Share via


IDTSDataTapConfiguration100.AddTapPoint Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds a tap point with the specified configuration.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub AddTapPoint ( _
    mainPipeIdentification As String, _
    pathIdentification As String, _
    maxRowCount As Integer, _
    FileName As String _
)
'Usage
Dim instance As IDTSDataTapConfiguration100 
Dim mainPipeIdentification As String 
Dim pathIdentification As String 
Dim maxRowCount As Integer 
Dim FileName As String

instance.AddTapPoint(mainPipeIdentification, _
    pathIdentification, maxRowCount, _
    FileName)
void AddTapPoint(
    string mainPipeIdentification,
    string pathIdentification,
    int maxRowCount,
    string FileName
)
void AddTapPoint(
    [InAttribute] String^ mainPipeIdentification, 
    [InAttribute] String^ pathIdentification, 
    [InAttribute] int maxRowCount, 
    [InAttribute] String^ FileName
)
abstract AddTapPoint : 
        mainPipeIdentification:string * 
        pathIdentification:string * 
        maxRowCount:int * 
        FileName:string -> unit
function AddTapPoint(
    mainPipeIdentification : String, 
    pathIdentification : String, 
    maxRowCount : int, 
    FileName : String
)

Parameters

  • mainPipeIdentification
    Type: System.String
    The identification string of the data flow task.
  • pathIdentification
    Type: System.String
    The identification string of the data flow path.
  • maxRowCount
    Type: System.Int32
    The maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.
  • FileName
    Type: System.String
    The file name to store the tapped data.

See Also

Reference

IDTSDataTapConfiguration100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace