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 네임스페이스