Aracılığıyla paylaş


TargetServer.EnlistDate Property

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

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute> _
Public ReadOnly Property EnlistDate As DateTime
[SfcPropertyAttribute] 
public DateTime EnlistDate { get; }
[SfcPropertyAttribute] 
public:
property DateTime EnlistDate {
    DateTime get ();
}
/** @property */
public DateTime get_EnlistDate ()
public function get EnlistDate () : DateTime

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.