Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the endpoint state.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointState
The endpoint state value.
Vea también
Referencia
AlterCreateEndpointStatementBase Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom