CommandOptions Enumeration
Specifies the commands that can be used in security statements.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| BackupDatabase | The option is BackupDatabase. | |
| BackupLog | The option is BackupLog. | |
| CreateDatabase | The option is CreateDatabase. | |
| CreateDefault | The option is CreateDefault. | |
| CreateFunction | The option is CreateFunction. | |
| CreateProcedure | The option is CreateProcedure. | |
| CreateRule | The option is CreateRule. | |
| CreateTable | The option is CreateTable. | |
| CreateView | The option is CreateView. | |
| None | The option is None. |
Show: