Package.AddDataTapPoint(String, String, Int32, String) 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.
Add a data tap point on a given data flow and given data flow path.
public:
void AddDataTapPoint(System::String ^ mainPipeIdentification, System::String ^ pathIdentification, int maxRowCount, System::String ^ fileName);
public void AddDataTapPoint (string mainPipeIdentification, string pathIdentification, int maxRowCount, string fileName);
member this.AddDataTapPoint : string * string * int * string -> unit
Public Sub AddDataTapPoint (mainPipeIdentification As String, pathIdentification As String, maxRowCount As Integer, fileName As String)
Parameters
- mainPipeIdentification
- String
The identification string of the data flow task
- pathIdentification
- String
The identification string of the data flow path
- maxRowCount
- Int32
The allowed max row count to tap. All rows will be tapped if this parameter is negative
- fileName
- String
The file name to store the tapped data