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 命名空间