다음을 통해 공유


Package.AddDataTapPoint 메서드

Add a data tap point on a given data flow path of the given data flow task.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub AddDataTapPoint ( _
    mainPipeIdentification As String, _
    pathIdentification As String, _
    maxRowCount As Integer, _
    fileName As String _
)
‘사용 방법
Dim instance As Package 
Dim mainPipeIdentification As String 
Dim pathIdentification As String 
Dim maxRowCount As Integer 
Dim fileName As String

instance.AddDataTapPoint(mainPipeIdentification, _
    pathIdentification, maxRowCount, _
    fileName)
public void AddDataTapPoint(
    string mainPipeIdentification,
    string pathIdentification,
    int maxRowCount,
    string fileName
)
public:
void AddDataTapPoint(
    String^ mainPipeIdentification, 
    String^ pathIdentification, 
    int maxRowCount, 
    String^ fileName
)
member AddDataTapPoint : 
        mainPipeIdentification:string * 
        pathIdentification:string * 
        maxRowCount:int * 
        fileName:string -> unit
public function AddDataTapPoint(
    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 allowed maximum rows count to tap. All rows will be tapped if this parameter is negative.
  • fileName
    유형: System.String
    The file name to store the tapped data.

참고 항목

참조

Package 클래스

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