IDTSMultiInputComponent100.GetDependencies 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the dependencies for the specified input component.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub GetDependencies ( _
blockedInputID As Integer, _
ByRef pDependencyCount As Integer, _
ByRef pDependentInputIDs As Integer _
)
‘사용 방법
Dim instance As IDTSMultiInputComponent100
Dim blockedInputID As Integer
Dim pDependencyCount As Integer
Dim pDependentInputIDs As Integer
instance.GetDependencies(blockedInputID, _
pDependencyCount, pDependentInputIDs)
void GetDependencies(
int blockedInputID,
ref int pDependencyCount,
ref int pDependentInputIDs
)
void GetDependencies(
[InAttribute] int blockedInputID,
int% pDependencyCount,
int% pDependentInputIDs
)
abstract GetDependencies :
blockedInputID:int *
pDependencyCount:int byref *
pDependentInputIDs:int byref -> unit
function GetDependencies(
blockedInputID : int,
pDependencyCount : int,
pDependentInputIDs : int
)
매개 변수
- blockedInputID
유형: System.Int32
The blocked input identifier.
- pDependencyCount
유형: System.Int32%
When this method returns, contains the number dependencies for the input component. This parameter is passed uninitialized.
- pDependentInputIDs
유형: System.Int32%
When this method returns, contains the dependency input identifier. This parameter is passed uninitialized.