Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether the proxy account is enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledDesc")> _
<DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountEnabledName")> _
ReadOnly Property ProxyAccountEnabled As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the proxy account is enabled; otherwise, false.