Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the ProxyAccountIsGrantedToPublicRole property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleDesc")> _
<DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleName")> _
ReadOnly Property ProxyAccountIsGrantedToPublicRole As Boolean
Get
'Usage
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.ProxyAccountIsGrantedToPublicRole
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleDesc")]
[DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleName")]
bool ProxyAccountIsGrantedToPublicRole { get; }
[DisplayDescriptionKeyAttribute(L"IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleDesc")]
[DisplayNameKeyAttribute(L"IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleName")]
property bool ProxyAccountIsGrantedToPublicRole {
bool get ();
}
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleDesc")>]
[<DisplayNameKeyAttribute("IServerSecurityFacet_ProxyAccountIsGrantedToPublicRoleName")>]
abstract ProxyAccountIsGrantedToPublicRole : bool
function get ProxyAccountIsGrantedToPublicRole () : boolean
Property Value
Type: System.Boolean
The ProxyAccountIsGrantedToPublicRole property value.