IDTSMultiInputComponentHost100.HostCanProcess 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 요소 호스트가 지정된 수의 입력을 처리할 수 있는지 여부를 나타냅니다.
public:
void HostCanProcess(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int inputCount, cli::array <int> ^ inputIDs, cli::array <bool> ^ % pCanProcess);
public void HostCanProcess (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int inputCount, int[] inputIDs, ref bool[] pCanProcess);
abstract member HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
Public Sub HostCanProcess (pWrapper As IDTSManagedComponentWrapper100, inputCount As Integer, inputIDs As Integer(), ByRef pCanProcess As Boolean())
매개 변수
- pWrapper
- IDTSManagedComponentWrapper100
관리되는 구성 요소 래퍼입니다.
- inputCount
- Int32
입력 횟수입니다.
- inputIDs
- Int32[]
이 메서드가 반환될 때 입력 식별자 배열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
- pCanProcess
- Boolean[]
이 메서드가 반환될 때 호스트 구성 요소가 지정된 수의 입력을 처리할 수 있는지 여부를 나타내는 부울 배열을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.