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

在此方法返回时,包含依赖项输入标识符。 此参数在传递时尚未初始化。

适用于