Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a tap point on a given data flow path.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub AddTapPoint ( _
pathIdentification As String, _
maxRowCount As Integer, _
fileName As String _
)
'Usage
Dim instance As IDTSBufferTapConfiguration100
Dim pathIdentification As String
Dim maxRowCount As Integer
Dim fileName As String
instance.AddTapPoint(pathIdentification, _
maxRowCount, fileName)
void AddTapPoint(
string pathIdentification,
int maxRowCount,
string fileName
)
void AddTapPoint(
[InAttribute] String^ pathIdentification,
[InAttribute] int maxRowCount,
[InAttribute] String^ fileName
)
abstract AddTapPoint :
pathIdentification:string *
maxRowCount:int *
fileName:string -> unit
function AddTapPoint(
pathIdentification : String,
maxRowCount : int,
fileName : String
)
Parameters
- pathIdentification
Type: System.String
The identification string of the data flow path.
- maxRowCount
Type: System.Int32
The allowed maximum row count to tap.
- fileName
Type: System.String
The file name to store the tapped data.