ManagedComponentHost.HostCanProcess 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies whether the managed component host can process.

命名空间:  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[]
)

参数

  • inputIDs
    类型:array<System.Int32[]
    The input identifier.
  • canProcess
    类型:array<System.Boolean[]%
    True if the managed component host can process; otherwise, false.

实现

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

请参阅

参考

ManagedComponentHost 类

Microsoft.SqlServer.Dts.Pipeline 命名空间