次の方法で共有


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[]

入力 ID です。

canProcess
Boolean[]

マネージド コンポーネント ホストが処理できる場合は True。それ以外の場合は false。

実装

適用対象