Enumeração 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.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<FlagsAttribute> _
Public Enumeration ExecutionTypes
'Uso
Dim instance As ExecutionTypes
[FlagsAttribute]
public enum ExecutionTypes
[FlagsAttribute]
public enum class ExecutionTypes
[<FlagsAttribute>]
type ExecutionTypes
public enum ExecutionTypes
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
The ExecutionTypes class is served by the ExecuteNonQuery method.