Condividi tramite


Proprietà ServerSecurityAdapter.ProxyAccountEnabled

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ProxyAccountEnabled As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IServerSecurityFacet.ProxyAccountEnabled

Vedere anche

Riferimento

ServerSecurityAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo