IDTSMultiInputComponent100.GetDependencies(Int32, Int32, Int32) 메서드

정의

지정한 입력 구성 요소에 대한 종속성을 가져옵니다.

public:
 void GetDependencies(int blockedInputID, int % pDependencyCount, int % pDependentInputIDs);
public void GetDependencies (int blockedInputID, ref int pDependencyCount, ref int pDependentInputIDs);
abstract member GetDependencies : int * int * int -> unit
Public Sub GetDependencies (blockedInputID As Integer, ByRef pDependencyCount As Integer, ByRef pDependentInputIDs As Integer)

매개 변수

blockedInputID
Int32

차단된 입력된 식별자입니다.

pDependencyCount
Int32

이 메서드가 반환될 때 입력 구성 요소의 숫자 종속성을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

pDependentInputIDs
Int32

이 메서드가 반환될 때 종속성 입력 식별자를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

적용 대상