Metodo IDTSDataTapConfiguration100.AddTapPoint

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

Adds a tap point with the specified configuration.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Parametri

  • mainPipeIdentification
    Tipo: System.String
    The identification string of the data flow task.
  • pathIdentification
    Tipo: System.String
    The identification string of the data flow path.
  • maxRowCount
    Tipo: System.Int32
    The maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.
  • FileName
    Tipo: System.String
    The file name to store the tapped data.

Vedere anche

Riferimento

IDTSDataTapConfiguration100 Interfaccia

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