Partager via


Méthode IDTSBufferTapConfiguration100.AddTapPoint

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds a tap point on a given data flow path.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub AddTapPoint ( _
    pathIdentification As String, _
    maxRowCount As Integer, _
    fileName As String _
)
'Utilisation
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
)

Paramètres

  • 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.

Voir aussi

Référence

IDTSBufferTapConfiguration100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper