IDTSBufferTapConfiguration100.AddTapPoint(String, Int32, String) Method

Definition

Adds a tap point on a given data flow path.

public:
 void AddTapPoint(System::String ^ pathIdentification, int maxRowCount, System::String ^ fileName);
public void AddTapPoint (string pathIdentification, int maxRowCount, string fileName);
abstract member AddTapPoint : string * int * string -> unit
Public Sub AddTapPoint (pathIdentification As String, maxRowCount As Integer, fileName As String)

Parameters

pathIdentification
String

The identification string of the data flow path.

maxRowCount
Int32

The allowed maximum row count to tap.

fileName
String

The file name to store the tapped data.

Applies to