PrivilegeTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of object and database privileges
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PrivilegeTypes
[<System.Flags>]
type PrivilegeTypes =
Public Enum PrivilegeTypes
- Inheritance
-
PrivilegeTypes
- Attributes
Fields
AllDatabasePrivileges | 262016 | |
AllObjectPrivileges | 15728703 | |
Alter | 4194304 | |
BackupDatabase | 262144 | |
BackupLog | 524288 | |
Control | 2097152 | |
CreateDatabase | 256 | |
CreateDefault | 4096 | |
CreateFunction | 65536 | |
CreateProcedure | 1024 | |
CreateRule | 16384 | |
CreateTable | 128 | |
CreateType | 131072 | |
CreateView | 512 | |
Delete | 8 | |
Drop | 8388608 | |
DumpDatabase | 2048 | |
DumpTable | 32768 | |
DumpTransaction | 8192 | |
Execute | 16 | |
Insert | 2 | |
References | 32 | |
Select | 1 | |
Unknown | 0 | |
Update | 4 | |
ViewDefinition | 1048576 |