IDTSBufferTapConfiguration100.AddTapPoint(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.
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.