次の方法で共有


IDTSDataTapConfiguration100.AddTapPoint メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定した構成を持つタップ ポイントを追加します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Sub AddTapPoint ( _
    mainPipeIdentification As String, _
    pathIdentification As String, _
    maxRowCount As Integer, _
    FileName As String _
)
'使用
Dim instance As IDTSDataTapConfiguration100 
Dim mainPipeIdentification As String 
Dim pathIdentification As String 
Dim maxRowCount As Integer 
Dim FileName As String

instance.AddTapPoint(mainPipeIdentification, _
    pathIdentification, maxRowCount, _
    FileName)
void AddTapPoint(
    string mainPipeIdentification,
    string pathIdentification,
    int maxRowCount,
    string FileName
)
void AddTapPoint(
    [InAttribute] String^ mainPipeIdentification, 
    [InAttribute] String^ pathIdentification, 
    [InAttribute] int maxRowCount, 
    [InAttribute] String^ FileName
)
abstract AddTapPoint : 
        mainPipeIdentification:string * 
        pathIdentification:string * 
        maxRowCount:int * 
        FileName:string -> unit
function AddTapPoint(
    mainPipeIdentification : String, 
    pathIdentification : String, 
    maxRowCount : int, 
    FileName : String
)

パラメーター

  • mainPipeIdentification
    型: System.String
    データ フロー タスクの識別文字列です。
  • pathIdentification
    型: System.String
    データ フロー パスの識別文字列です。
  • maxRowCount
    型: System.Int32
    タップできる最大行数です。 このパラメーターが負の場合は、すべての行がタップされます。
  • FileName
    型: System.String
    タップされたデータを保存するファイルの名前です。

関連項目

参照

IDTSDataTapConfiguration100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間