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
成員
成員名稱 | 描述 | |
---|---|---|
Default | Default execution path. | |
NoCommands | No executable commands. | |
ContinueOnError | Continue execution after an error occurs. | |
NoExec | No execution. | |
ParseOnly | Parse the executable commands only. | |
QuotedIdentifierOn | Identifiers are used to delimit commands. |