IDTSDataTapConfiguration100.AddTapPoint-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds a tap point with the specified configuration.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub AddTapPoint ( _
mainPipeIdentification As String, _
pathIdentification As String, _
maxRowCount As Integer, _
FileName As String _
)
'Usage
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
)
Parameter
- mainPipeIdentification
Typ: System.String
The identification string of the data flow task.
- pathIdentification
Typ: System.String
The identification string of the data flow path.
- maxRowCount
Typ: System.Int32
The maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.
- FileName
Typ: System.String
The file name to store the tapped data.