Proprietà ISql90Endpoint.State

Ottiene o imposta l'opzione di stato dell'endpoint.

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

Sintassi

'Dichiarazione
Property State As SqlEndpointState
    Get
    Set
SqlEndpointState State { get; set; }
property SqlEndpointState State {
    SqlEndpointState get ();
    void set (SqlEndpointState value);
}
abstract State : SqlEndpointState with get, set
function get State () : SqlEndpointState
function set State (value : SqlEndpointState)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlEndpointState

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Endpoint Interfaccia

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