共用方式為


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.

範例

使用擷取模式

請參閱

參考

Microsoft.SqlServer.Management.Common 命名空間