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