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.
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
- ppsaPathIdentification
- String[]
- ppsaMaxRowCount
- Int32[]
- ppsafileName
- String[]