Метод 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.