Partager via


Propriété ServerSecurityAdapter.ProxyAccountEnabled

Gets the Boolean property value that specifies whether this property is on or off.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProxyAccountEnabled As Boolean 
    Get
'Utilisation
Dim instance As ServerSecurityAdapter 
Dim value As Boolean 

value = instance.ProxyAccountEnabled
public bool ProxyAccountEnabled { get; }
public:
virtual property bool ProxyAccountEnabled {
    bool get () sealed;
}
abstract ProxyAccountEnabled : bool 
override ProxyAccountEnabled : bool
final function get ProxyAccountEnabled () : boolean

Valeur de propriété

Type : System.Boolean
BoooleanIf True property is active.If False property is not active

Implémente

IServerSecurityFacet.ProxyAccountEnabled

Voir aussi

Référence

ServerSecurityAdapter Classe

Espace de noms Microsoft.SqlServer.Management.Smo