AlterCreateEndpointStatementBase.State 属性
Gets or sets the endpoint 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
The endpoint state value.