Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the type of permission.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property PermissionType As ServerPermissionSet
Get
'Usage
Dim instance As ServerPermissionInfo
Dim value As ServerPermissionSet
value = instance.PermissionType
public ServerPermissionSet PermissionType { get; }
public:
property ServerPermissionSet^ PermissionType {
ServerPermissionSet^ get ();
}
member PermissionType : ServerPermissionSet
function get PermissionType () : ServerPermissionSet
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerPermissionSet
A ServerPermissionSet object that specifies a type of permission.
Examples
Granting, Revoking, and Denying Permissions