IDTSMultiInputComponentHost100.HostGetDependencies 方法

定义

此 API 支持产品基础结构,不应在代码中直接使用。 获取指定的输入组件宿主的依赖项。

public:
 void HostGetDependencies(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSManagedComponentWrapper100 ^ pWrapper, int blockedInputID, int % pDependencyCount, cli::array <int> ^ % pDependentInputIDs);
public void HostGetDependencies (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSManagedComponentWrapper100 pWrapper, int blockedInputID, ref int pDependencyCount, ref int[] pDependentInputIDs);
Public Sub HostGetDependencies (pWrapper As IDTSManagedComponentWrapper100, blockedInputID As Integer, ByRef pDependencyCount As Integer, ByRef pDependentInputIDs As Integer())

参数

pWrapper
IDTSManagedComponentWrapper100

托管组件包装。

blockedInputID
Int32

阻止的输入标识符。

pDependencyCount
Int32

在此方法返回时,包含输入组件宿主的依赖项数。 此参数在传递时尚未初始化。

pDependentInputIDs
Int32[]

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

适用于