다음을 통해 공유


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.

참고 항목

참조

IDTSDataTapConfiguration100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스