Specifies the commands that can be used in security statements.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration CommandOptions
用法
Dim instance As CommandOptions
[FlagsAttribute]
public enum CommandOptions
[FlagsAttribute]
public enum class CommandOptions
[<FlagsAttribute>]
type CommandOptions
public enum CommandOptions
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |