Поделиться через


Метод 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