AlterCreateEndpointStatementBase.State 属性

获取或设置终结点状态。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property State As EndpointState
    Get
    Set
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.Data.Schema.ScriptDom.Sql.EndpointState
返回一个 EndpointState 值。

.NET Framework 安全性

请参见

参考

AlterCreateEndpointStatementBase 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间