언어

ManagedComponentHost.HostCanProcess 메서드

정의

관리되는 구성 요소 호스트가 처리할 수 있는지 지정합니다.

public:
 virtual void HostCanProcess(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputCount, cli::array <int> ^ inputIDs, cli::array <bool> ^ % canProcess);
public void HostCanProcess(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputCount, int[] inputIDs, ref bool[] canProcess);
abstract member HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
override this.HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
Public Sub HostCanProcess (wrapper As IDTSManagedComponentWrapper100, inputCount As Integer, inputIDs As Integer(), ByRef canProcess As Boolean())

매개 변수

wrapper
IDTSManagedComponentWrapper100

포장지.

inputCount
Int32

입력 수가 중요합니다.

inputIDs
Int32[]

입력 식별자.

canProcess
Boolean[]

관리되는 컴포넌트 호스트가 처리할 수 있다면 참이지만; 그렇지 않으면 거짓입니다.

구현

적용 대상