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 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