IDTSMultiInputComponent100.GetDependencies(Int32, Int32, Int32) 方法

定義

此 API 支援產品基礎結構,而且不能直接從程式碼使用。 取得指定之輸入元件的相依性。

public:
 void GetDependencies(int blockedInputID, int % pDependencyCount, int % pDependentInputIDs);
public void GetDependencies (int blockedInputID, ref int pDependencyCount, ref int pDependentInputIDs);
Public Sub GetDependencies (blockedInputID As Integer, ByRef pDependencyCount As Integer, ByRef pDependentInputIDs As Integer)

參數

blockedInputID
Int32

已封鎖的輸入識別碼。

pDependencyCount
Int32

此方法傳回時,包含輸入元件的相依性數目。 此參數傳遞時未經初始化。

pDependentInputIDs
Int32

此方法傳回時,包含相依性輸入識別碼。 此參數傳遞時未經初始化。

適用於