Enumerazione ParameterDirections
Defines the type of the parameters available to use in the SQL statement that the Execute SQL task runs.
Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Sintassi
'Dichiarazione
<FlagsAttribute> _
Public Enumeration ParameterDirections
'Utilizzo
Dim instance As ParameterDirections
[FlagsAttribute]
public enum ParameterDirections
[FlagsAttribute]
public enum class ParameterDirections
[<FlagsAttribute>]
type ParameterDirections
public enum ParameterDirections
Membri
Nome membro | Descrizione | |
---|---|---|
Input | The parameter is an input parameter that passes a value to the SQL statement. | |
Output | The parameter is an output parameter that returns a value to the Execute SQL task. | |
ReturnValue | The parameter is a return code that returns an integer value from a stored procedure to the Execute SQL task. |
Osservazioni
Parameters are used to exchange data between the Execute SQL task and the queries or stored procedures it calls.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask