IDTSMultiInputComponent100.GetDependencies(Int32, Int32, Int32) Method

Definition

Gets the dependencies for the specified input component.

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)

Parameters

blockedInputID
Int32

The blocked input identifier.

pDependencyCount
Int32

When this method returns, contains the number dependencies for the input component. This parameter is passed uninitialized.

pDependentInputIDs
Int32

When this method returns, contains the dependency input identifier. This parameter is passed uninitialized.

Applies to