IDTSMultiInputComponentHost100.HostCanProcess Method

Definition

Indicates whether component host can process the specified number of inputs.

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())

Parameters

pWrapper
IDTSManagedComponentWrapper100

The managed component wrapper.

inputCount
Int32

The input count.

inputIDs
Int32[]

When this method returns, contains an array of input identifiers. This parameter is passed uninitialized.

pCanProcess
Boolean[]

When this method returns, contains an array of Boolean that indicates if the host component can process the specified number of inputs. This parameter is passed uninitialized.

Applies to