Condividi tramite


Proprietà IServerSecurityFacet.ProxyAccountEnabled

Gets a value that indicates whether the proxy account is enabled.

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

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledDesc")> _
<DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledName")> _
ReadOnly Property ProxyAccountEnabled As Boolean 
    Get
'Utilizzo
Dim instance As IServerSecurityFacet 
Dim value As Boolean 

value = instance.ProxyAccountEnabled
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledDesc")]
[DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledName")]
bool ProxyAccountEnabled { get; }
[DisplayDescriptionKeyAttribute(L"IServerSecurityFacet_ProxyAccountEnabledDesc")]
[DisplayNameKeyAttribute(L"IServerSecurityFacet_ProxyAccountEnabledName")]
property bool ProxyAccountEnabled {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledDesc")>]
[<DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledName")>]
abstract ProxyAccountEnabled : bool
function get ProxyAccountEnabled () : boolean

Valore proprietà

Tipo: System.Boolean
true if the proxy account is enabled; otherwise, false.

Vedere anche

Riferimento

IServerSecurityFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo