Condividi tramite


Proprietà EnlistDate

Gets the date and time at which an instance of Microsoft SQL Server was enlisted as a member of a multiserver administration group.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EnlistDate As DateTime
    Get
'Utilizzo
Dim instance As TargetServer
Dim value As DateTime

value = instance.EnlistDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime EnlistDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime EnlistDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EnlistDate : DateTime
function get EnlistDate () : DateTime

Valore proprietà

Tipo: 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.