次の方法で共有


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 オブジェクトの値です。

使用例

エンドポイントの実装

関連項目

参照

Endpoint クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

エンドポイントのカタログ ビュー (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)