Compartir a través de


AlterCreateEndpointStatementBase.State (Propiedad)

Obtiene o establece el estado del extremo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EndpointState
Devuelve un valor EndpointState.

Seguridad de .NET Framework

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)