Partager via


ISqlServerOptions.DoAllowRemoteAccess, propriété

Obtient ou définit une valeur qui modélise l'option sp_configure « Autoriser l’accès à distance ».

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

Syntaxe

'Déclaration
Property DoAllowRemoteAccess As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> DoAllowRemoteAccess { get; set; }
property Nullable<bool> DoAllowRemoteAccess {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract DoAllowRemoteAccess : Nullable<bool> with get, set
function get DoAllowRemoteAccess () : Nullable<boolean>
function set DoAllowRemoteAccess (value : Nullable<boolean>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

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