IDTSBufferTapConfiguration100.AddTapPoint(String, Int32, String) Méthode

Définition

Ajoute un point de contact sur un chemin de flux de données donné.

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)

Paramètres

pathIdentification
String

La chaîne d’identification du chemin de flux de données.

maxRowCount
Int32

Le nombre maximal de lignes autorisé pour taper.

fileName
String

Le nom du fichier pour stocker les données interceptées.

S’applique à