Partilhar via


Propriedade ISql90ServerOptions.DoAllowRemoteAdminConnections

Obtém ou define um valor que indica se as conexões de administrador remoto estão habilitadas.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property DoAllowRemoteAdminConnections As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> DoAllowRemoteAdminConnections { get; set; }
property Nullable<bool> DoAllowRemoteAdminConnections {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract DoAllowRemoteAdminConnections : Nullable<bool> with get, set
function get DoAllowRemoteAdminConnections () : Nullable<boolean>
function set DoAllowRemoteAdminConnections (value : Nullable<boolean>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel