Condividi tramite


Proprietà AlterCreateEndpointStatementBase.State

Ottiene o imposta lo stato dell'endpoint.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EndpointState
Restituisce un valore EndpointState.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AlterCreateEndpointStatementBase Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql