ManagedComponentHost.HostCanProcess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the managed component host can process.
public:
virtual void HostCanProcess(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputCount, cli::array <int> ^ inputIDs, cli::array <bool> ^ % canProcess);
public void HostCanProcess (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputCount, int[] inputIDs, ref bool[] canProcess);
abstract member HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
override this.HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
Public Sub HostCanProcess (wrapper As IDTSManagedComponentWrapper100, inputCount As Integer, inputIDs As Integer(), ByRef canProcess As Boolean())
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The wrapper.
- inputCount
- Int32
The input count.
- inputIDs
- Int32[]
The input identifier.
- canProcess
- Boolean[]
True if the managed component host can process; otherwise, false.