Propriedade do RDL AlterCreateEndpointStatementBase.State
Gets or sets the endpoint state.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property State As EndpointState
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointState
The endpoint state value.