Método IDTSBufferTapConfiguration100.AddTapPoint
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds a tap point on a given data flow path.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub AddTapPoint ( _
pathIdentification As String, _
maxRowCount As Integer, _
fileName As String _
)
'Uso
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
)
Parâmetros
- 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.