IDTSMultiInputComponent100.GetDependencies(Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定输入组件的依赖关系。
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
当该方法返回时,包含依赖输入标识符。 此参数未初始化传递。