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[]
)
パラメーター
- wrapper
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
ラッパーです。
- inputCount
型: System.Int32
入力の数です。
- inputIDs
型: array<System.Int32[]
入力 ID です。
- canProcess
型: array<System.Boolean[]%
マネージ コンポーネント ホストが処理可能な場合は true、それ以外の場合は false です。