共用方式為


IDTSDataTapConfiguration100.AddTapPoint 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Adds a tap point with the specified configuration.

命名空間:  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
    The identification string of the data flow task.
  • pathIdentification
    型別:System.String
    The identification string of the data flow path.
  • maxRowCount
    型別:System.Int32
    The maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.
  • FileName
    型別:System.String
    The file name to store the tapped data.

請參閱

參考

IDTSDataTapConfiguration100 介面

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