IDTSDataTapConfiguration100.AddTapPoint 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Adds a tap point with the specified configuration.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Sub AddTapPoint ( _
mainPipeIdentification As String, _
pathIdentification As String, _
maxRowCount As Integer, _
FileName As String _
)
用法
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
)
参数
- mainPipeIdentification
类型:System.String
The identification string of the data flow task.
- pathIdentification
类型:System.String
The identification string of the data flow path.
- maxRowCount
类型:System.Int32
The maximum allowable number of rows to tap. All rows will be tapped if this parameter is negative.
- FileName
类型:System.String
The file name to store the tapped data.