次の方法で共有


AlterCreateEndpointStatementBase.State プロパティ

エンドポイントの状態を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property State As EndpointState 
    Get 
    Set
'使用
Dim instance As AlterCreateEndpointStatementBase 
Dim value As EndpointState 

value = instance.State

instance.State = value
public EndpointState State { get; set; }
public:
property EndpointState State {
    EndpointState get ();
    void set (EndpointState value);
}
member State : EndpointState with get, set
function get State () : EndpointState 
function set State (value : EndpointState)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointState
エンドポイントの状態の値。

関連項目

参照

AlterCreateEndpointStatementBase クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間