다음을 통해 공유


ParameterDirections Enumeration

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 매개 변수(데이터베이스 엔진) and OUTPUT 매개 변수를 사용하여 데이터 반환.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace