Méthode IDTSDataTapConfiguration100.AddTapPoint
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Adds a tap point with the specified configuration.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub AddTapPoint ( _
mainPipeIdentification As String, _
pathIdentification As String, _
maxRowCount As Integer, _
FileName As String _
)
'Utilisation
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
)
Paramètres
- mainPipeIdentification
Type : System.String
The identification string of the data flow task.
- pathIdentification
Type : System.String
The identification string of the data flow path.
- maxRowCount
Type : System.Int32
The maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.
- FileName
Type : System.String
The file name to store the tapped data.