ManagedComponentHost.HostCanProcess 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定受管理元件主機是否能處理。
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[]
若受管理元件主機能處理,則為真;否則,則為錯誤。