IDTSBufferTapConfiguration100.AddTapPoint(String, Int32, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたデータ フロー パスでタップ ポイントを追加します。
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)
パラメーター
- pathIdentification
- String
データ フロー パスの識別文字列です。
- maxRowCount
- Int32
タップできる最大行数です。
- fileName
- String
タップされたデータを保存するファイルの名前です。