Partager via


ISql90ServerOptions.DoAllowRemoteAdminConnections, propriété

Obtient ou définit une valeur qui indique si les connexions administrateur distantes sont activées.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms