IDTSVariables100.Join 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Joins the IDTSVariable100 to the collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Sub Join ( _
pVariable As IDTSVariable100 _
)
‘사용 방법
Dim instance As IDTSVariables100
Dim pVariable As IDTSVariable100
instance.Join(pVariable)
void Join(
IDTSVariable100 pVariable
)
void Join(
[InAttribute] IDTSVariable100^ pVariable
)
abstract Join :
pVariable:IDTSVariable100 -> unit
function Join(
pVariable : IDTSVariable100
)
매개 변수
- pVariable
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified variable.
주의
For more information, see Variables.