Metodo IDTSBufferTapConfiguration100.AddTapPoint

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Adds a tap point on a given data flow path.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub AddTapPoint ( _
    pathIdentification As String, _
    maxRowCount As Integer, _
    fileName As String _
)
'Utilizzo
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
)

Parametri

  • pathIdentification
    Tipo: System.String
    The identification string of the data flow path.
  • maxRowCount
    Tipo: System.Int32
    The allowed maximum row count to tap.
  • fileName
    Tipo: System.String
    The file name to store the tapped data.

Vedere anche

Riferimento

IDTSBufferTapConfiguration100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper