EnlistDate 속성
Gets the date and time at which an instance of Microsoft SQL Server was enlisted as a member of a multiserver administration group.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property EnlistDate As DateTime
Get
‘사용 방법
Dim instance As TargetServer
Dim value As DateTime
value = instance.EnlistDate
[SfcPropertyAttribute]
public DateTime EnlistDate { get; }
[SfcPropertyAttribute]
public:
property DateTime EnlistDate {
DateTime get ();
}
[<SfcPropertyAttribute>]
member EnlistDate : DateTime
function get EnlistDate () : DateTime
속성 값
형식: System. . :: . .DateTime
A DateTime value that specifies the date and time when the instance of SQL Server was enlisted as a member of a multiserver administration group.