Перечисление ExecutionTypes
The ExecutionTypes enumeration contains values that are used to specify execution options for the Transact-SQL commands sent to the server using the referenced connection.
Это перечисление имеет атрибут FlagsAttribute, допускающий побитовое сочетание значений его элементов.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
<FlagsAttribute> _
Public Enumeration ExecutionTypes
'Применение
Dim instance As ExecutionTypes
[FlagsAttribute]
public enum ExecutionTypes
[FlagsAttribute]
public enum class ExecutionTypes
[<FlagsAttribute>]
type ExecutionTypes
public enum ExecutionTypes
Элементы
Имя элемента | Описание | |
---|---|---|
ContinueOnError | Continue execution after an error occurs. | |
Default | Default execution path. | |
NoCommands | No executable commands. | |
NoExec | No execution. | |
ParseOnly | Parse the executable commands only. | |
QuotedIdentifierOn | Identifiers are used to delimit commands. |
Замечания
The ExecutionTypes class is served by the ExecuteNonQuery method.