EnlistDate プロパティ
MicrosoftSQL Server のインスタンスがマルチサーバー管理グループのメンバとして参加した日時を取得します。
名前空間: 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
SQL Server のインスタンスがマルチサーバー管理グループのメンバとして参加した日時を示す DateTime 値です。