IDTSParameterBinding.ParameterDirection 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the type of the parameter.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
어셈블리: Microsoft.SqlServer.SQLTask(Microsoft.SqlServer.SQLTask.dll)
구문
‘선언
Property ParameterDirection As ParameterDirections
Get
Set
‘사용 방법
Dim instance As IDTSParameterBinding
Dim value As ParameterDirections
value = instance.ParameterDirection
instance.ParameterDirection = value
ParameterDirections ParameterDirection { get; set; }
property ParameterDirections ParameterDirection {
ParameterDirections get ();
void set (ParameterDirections value);
}
abstract ParameterDirection : ParameterDirections with get, set
function get ParameterDirection () : ParameterDirections
function set ParameterDirection (value : ParameterDirections)
속성 값
유형: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ParameterDirections
A value from the ParameterDirections that indicates the type of the parameter.