PrivilegeType80 Enumeration
Specifies the privilege types that can be used in security statements.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| All | The type is All. | |
| Delete | The type is Delete. | |
| Execute | The type is Execute. | |
| Insert | The type is Insert. | |
| References | The type is References. | |
| Select | The type is Select. | |
| Update | The type is Update. |
Show: