IDTSMultiInputComponentHost100.HostCanProcess Méthode

Définition

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

Paramètres

inputCount
Int32
inputIDs
Int32[]
pCanProcess
Boolean[]

S’applique à