Перечисление CommandOptions

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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom