共用方式為


IDTSBufferTapConfiguration100.AddTapPoint 方法

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

Adds a tap point on a given data flow path.

命名空間:  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
    The identification string of the data flow path.
  • maxRowCount
    型別:System.Int32
    The allowed maximum row count to tap.
  • fileName
    型別:System.String
    The file name to store the tapped data.

請參閱

參考

IDTSBufferTapConfiguration100 介面

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