IDTSMultiInputComponentHost100.HostCanProcess 方法

定义

指示组件宿主是否可以处理指定的输入数目。

public:
 void HostCanProcess(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int inputCount, cli::array <int> ^ inputIDs, cli::array <bool> ^ % pCanProcess);
public void HostCanProcess (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int inputCount, int[] inputIDs, ref bool[] pCanProcess);
abstract member HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
Public Sub HostCanProcess (pWrapper As IDTSManagedComponentWrapper100, inputCount As Integer, inputIDs As Integer(), ByRef pCanProcess As Boolean())

参数

pWrapper
IDTSManagedComponentWrapper100

托管组件包装。

inputCount
Int32

输入计数。

inputIDs
Int32[]

在此方法返回时,包含输入标识符的数组。 此参数未经初始化即被传递。

pCanProcess
Boolean[]

在此方法返回时,包含一个布尔值的数组,该值指示宿主组件是否可以处理指定的输入数目。 此参数未经初始化即被传递。

适用于