言語

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

このメソッドが返されると、は依存関係入力識別子を含みます。 このパラメーターは初期化されていない状態で渡されます。

適用対象