Compartir a través de


ProxyAccountEnabled Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProxyAccountEnabled As Boolean
    Get
'Uso
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

Valor de la propiedad

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

Implementa

IServerSecurityFacet. . :: . .ProxyAccountEnabled