Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Boolean
true if the proxy account is enabled; otherwise, false.