Condividi tramite


Enumerazione 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.

Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
<FlagsAttribute> _
Public Enumeration ExecutionTypes
'Utilizzo
Dim instance As ExecutionTypes
[FlagsAttribute]
public enum ExecutionTypes
[FlagsAttribute]
public enum class ExecutionTypes
[<FlagsAttribute>]
type ExecutionTypes
public enum ExecutionTypes

Membri

Nome membro Descrizione
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.

Osservazioni

The ExecutionTypes class is served by the ExecuteNonQuery method.

Esempi

Utilizzo della modalità di acquisizione

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Common