IDTSMultiInputComponentHost100.HostCanProcess 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 API 支援產品基礎結構,而且不能直接從程式碼使用。 指出元件主機是否可以處理指定的輸入數目。
public:
void HostCanProcess(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSManagedComponentWrapper100 ^ pWrapper, int inputCount, cli::array <int> ^ inputIDs, cli::array <bool> ^ % pCanProcess);
public void HostCanProcess (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSManagedComponentWrapper100 pWrapper, int inputCount, int[] inputIDs, ref bool[] pCanProcess);
Public Sub HostCanProcess (pWrapper As IDTSManagedComponentWrapper100, inputCount As Integer, inputIDs As Integer(), ByRef pCanProcess As Boolean())
參數
- pWrapper
- IDTSManagedComponentWrapper100
Managed 元件包裝函式。
- inputCount
- Int32
輸入計數。
- inputIDs
- Int32[]
此方法傳回時,包含輸入識別碼陣列。 此參數傳遞時未經初始化。
- pCanProcess
- Boolean[]
此方法傳回時,包含布林值的陣列,表示主機元件是否可以處理指定的輸入數目。 此參數傳遞時未經初始化。