Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Defines the type of the parameters available to use in the SQL statement that the Execute SQL task runs.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Сборка: Microsoft.SqlServer.SQLTask (in microsoft.sqlserver.sqltask.dll)
Синтаксис
'Декларация
<FlagsAttribute> _
Public Enumeration ParameterDirections
[FlagsAttribute]
public enum ParameterDirections
[FlagsAttribute]
public enum class ParameterDirections
/** @attribute FlagsAttribute() */
public enum ParameterDirections
FlagsAttribute
public enum ParameterDirections
Members
| Member name | Description |
|---|---|
| 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. |
Замечания
Parameters are used to exchange data between the Execute SQL task and the queries or stored procedures it calls. For more information about parameters, see Параметры (компонент Database Engine) and Возвращение данных с помощью параметров OUTPUT.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.