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 the PublicServerRoleIsGrantedPermissions property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("PublicServerRoleIsGrantedPermissionsName")> _
<DisplayDescriptionKeyAttribute("PublicServerRoleIsGrantedPermissionsDesc")> _
ReadOnly Property PublicServerRoleIsGrantedPermissions As Boolean
Get
'Usage
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.PublicServerRoleIsGrantedPermissions
[DisplayNameKeyAttribute("PublicServerRoleIsGrantedPermissionsName")]
[DisplayDescriptionKeyAttribute("PublicServerRoleIsGrantedPermissionsDesc")]
bool PublicServerRoleIsGrantedPermissions { get; }
[DisplayNameKeyAttribute(L"PublicServerRoleIsGrantedPermissionsName")]
[DisplayDescriptionKeyAttribute(L"PublicServerRoleIsGrantedPermissionsDesc")]
property bool PublicServerRoleIsGrantedPermissions {
bool get ();
}
[<DisplayNameKeyAttribute("PublicServerRoleIsGrantedPermissionsName")>]
[<DisplayDescriptionKeyAttribute("PublicServerRoleIsGrantedPermissionsDesc")>]
abstract PublicServerRoleIsGrantedPermissions : bool
function get PublicServerRoleIsGrantedPermissions () : boolean
Property Value
Type: System.Boolean
The PublicServerRoleIsGrantedPermissions property value.