Package.AddDataTapPoint(String, String, Int32, String) Method

Definition

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

Applies to