AlterCreateEndpointStatementBase.State プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property State As EndpointState
'使用
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);
}
public function get State () : EndpointState
public function set State (value : EndpointState)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EndpointState

参照

参照

AlterCreateEndpointStatementBase クラス

AlterCreateEndpointStatementBase メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間