IDTSDataTapConfiguration100.RequestTapPointsByMainPipeID 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 API 支援產品基礎結構,而且不能直接從程式碼使用。 擷取指定之資料流程工作的點選點。
public:
void RequestTapPointsByMainPipeID(System::String ^ mainPipeIdentification, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ppsaPathIdentification, [Runtime::InteropServices::Out] cli::array <int> ^ % ppsaMaxRowCount, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ppsafileName);
public void RequestTapPointsByMainPipeID (string mainPipeIdentification, out string[] ppsaPathIdentification, out int[] ppsaMaxRowCount, out string[] ppsafileName);
Public Sub RequestTapPointsByMainPipeID (mainPipeIdentification As String, ByRef ppsaPathIdentification As String(), ByRef ppsaMaxRowCount As Integer(), ByRef ppsafileName As String())
參數
- mainPipeIdentification
- String
要擷取之資料流程工作的識別字串。
- ppsaPathIdentification
- String[]
此方法傳回時包含字串陣列,表示資料流程路徑的路徑識別。 此參數傳遞時未經初始化。
- ppsaMaxRowCount
- Int32[]
此方法傳回時包含整數陣列,表示資料流程路徑允許點選的最大資料列數目。 此參數傳遞時未經初始化。
- ppsafileName
- String[]
此方法傳回時包含字串陣列,表示儲存點選資料的檔案名稱。 此參數傳遞時未經初始化。