Поделиться через


Свойство 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 (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<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.