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 DatabasePermissionSet
Get
'Usage
Dim instance As DatabasePermissionInfo
Dim value As DatabasePermissionSet
value = instance.PermissionType
public DatabasePermissionSet PermissionType { get; }
public:
property DatabasePermissionSet^ PermissionType {
DatabasePermissionSet^ get ();
}
member PermissionType : DatabasePermissionSet
function get PermissionType () : DatabasePermissionSet
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabasePermissionSet
A DatabasePermissionSet object that specifies a type of permission.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace