IDTSBufferTapConfiguration100.AddTapPoint(String, Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.