IDTSBufferTapConfiguration100.AddTapPoint メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定されたデータ フロー パスでタップ ポイントを追加します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub AddTapPoint ( _
pathIdentification As String, _
maxRowCount As Integer, _
fileName As String _
)
'使用
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
)
パラメーター
- pathIdentification
型: System.String
データ フロー パスの識別文字列です。
- maxRowCount
型: System.Int32
タップできる最大行数です。
- fileName
型: System.String
タップされたデータを保存するファイルの名前です。