Endpoint.EndpointState プロパティ
エンドポイントの状態を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EndpointState As EndpointState
Get
'使用
Dim instance As Endpoint
Dim value As EndpointState
value = instance.EndpointState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointState EndpointState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointState EndpointState {
EndpointState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointState : EndpointState
function get EndpointState () : EndpointState
プロパティ値
型: Microsoft.SqlServer.Management.Smo.EndpointState
エンドポイントの状態を示す EndpointState オブジェクトの値です。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間