다음을 통해 공유


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.

참고 항목

참조

IDTSBufferTapConfiguration100 인터페이스

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