이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the parameter variable by identifier.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Function GetParameterVariableByID ( _
bstrID As String _
) As IDTSVariable100
‘사용 방법
Dim instance As IDTSProject100
Dim bstrID As String
Dim returnValue As IDTSVariable100
returnValue = instance.GetParameterVariableByID(bstrID)
IDTSVariable100 GetParameterVariableByID(
string bstrID
)
IDTSVariable100^ GetParameterVariableByID(
[InAttribute] String^ bstrID
)
abstract GetParameterVariableByID :
bstrID:string -> IDTSVariable100
function GetParameterVariableByID(
bstrID : String
) : IDTSVariable100
매개 변수
- bstrID
유형: System.String
The parameter identifier.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The returned parameter variable.