言語

ManagedComponentHost.HostCanProcess メソッド

定義

管理されたコンポーネントホストが処理できるかどうかを指定します。

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

パラメーター

wrapper
IDTSManagedComponentWrapper100

包装紙。

inputCount
Int32

入力数。

inputIDs
Int32[]

入力識別子です。

canProcess
Boolean[]

管理されるコンポーネントホストが処理できる場合に限ります。そうでなければ、誤りです。

実装

適用対象