次の方法で共有


ManagedComponentHost.HostCanProcess メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

マネージ コンポーネント ホストが処理可能かどうかを指定します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

'宣言
Public Sub HostCanProcess ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputCount As Integer, _
    inputIDs As Integer(), _
    ByRef canProcess As Boolean() _
)
'使用
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim inputCount As Integer 
Dim inputIDs As Integer()
Dim canProcess As Boolean()

instance.HostCanProcess(wrapper, inputCount, _
    inputIDs, canProcess)
public void HostCanProcess(
    IDTSManagedComponentWrapper100 wrapper,
    int inputCount,
    int[] inputIDs,
    ref bool[] canProcess
)
public:
virtual void HostCanProcess(
    IDTSManagedComponentWrapper100^ wrapper, 
    int inputCount, 
    array<int>^ inputIDs, 
    array<bool>^% canProcess
) sealed
abstract HostCanProcess : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputCount:int * 
        inputIDs:int[] * 
        canProcess:bool[] byref -> unit  
override HostCanProcess : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputCount:int * 
        inputIDs:int[] * 
        canProcess:bool[] byref -> unit
public final function HostCanProcess(
    wrapper : IDTSManagedComponentWrapper100, 
    inputCount : int, 
    inputIDs : int[], 
    canProcess : boolean[]
)

パラメーター

  • canProcess
    型: array<System.Boolean[]%
    マネージ コンポーネント ホストが処理可能な場合は true、それ以外の場合は false です。

実装

IDTSMultiInputComponentHost100.HostCanProcess(IDTSManagedComponentWrapper100, Int32, array<Int32[], array<Boolean[]%)

関連項目

参照

ManagedComponentHost クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間