IDTSDataTapConfiguration100.AddTapPoint(String, String, Int32, String) Method

Definition

Adds a tap point with the specified configuration.

public:
 void AddTapPoint(System::String ^ mainPipeIdentification, System::String ^ pathIdentification, int maxRowCount, System::String ^ FileName);
public void AddTapPoint (string mainPipeIdentification, string pathIdentification, int maxRowCount, string FileName);
abstract member AddTapPoint : string * string * int * string -> unit
Public Sub AddTapPoint (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 maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.

FileName
String

The file name to store the tapped data.

Applies to