IDTSBufferTapConfiguration100.AddTapPoint 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Adds a tap point on a given data flow path.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Sub AddTapPoint ( _
pathIdentification As String, _
maxRowCount As Integer, _
fileName As String _
)
用法
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
)
参数
- pathIdentification
类型:System.String
The identification string of the data flow path.
- maxRowCount
类型:System.Int32
The allowed maximum row count to tap.
- fileName
类型:System.String
The file name to store the tapped data.