IDTSDataTapConfiguration100.RequestTapPointsByMainPipeID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the tap points for the specified data flow task.
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);
abstract member RequestTapPointsByMainPipeID : string * String[] * Int32[] * String[] -> unit
Public Sub RequestTapPointsByMainPipeID (mainPipeIdentification As String, ByRef ppsaPathIdentification As String(), ByRef ppsaMaxRowCount As Integer(), ByRef ppsafileName As String())
Parameters
- mainPipeIdentification
- String
The identification string of the data flow task to retrieve.
- ppsaPathIdentification
- String[]
When this method returns, contains an array of strings that represents the path identification of the data flow paths. This parameter is passed uninitialized.
- ppsaMaxRowCount
- Int32[]
When this method returns, contains an array of integers that represents the maximum allowable rows to tap of the data flow paths. This parameter is passed uninitialized.
- ppsafileName
- String[]
When this method returns, contains an array of strings that represents the file names to store the tap data. This parameter is passed uninitialized.