IDTSMultiInputComponent100.GetDependencies(Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 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
此方法傳回時,包含相依性輸入識別碼。 此參數傳遞時未經初始化。