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 a permission that can be included in the object permission set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Delete As ObjectPermission
Get
'Usage
Dim value As ObjectPermission
value = ObjectPermission.Delete
public static ObjectPermission Delete { get; }
public:
static property ObjectPermission^ Delete {
ObjectPermission^ get ();
}
static member Delete : ObjectPermission
static function get Delete () : ObjectPermission
Property Value
Type: Microsoft.SqlServer.Management.Smo.ObjectPermission
An ObjectPermission object that represents the Delete permission that can be included in the object permission set.
Examples
Granting, Revoking, and Denying Permissions