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