Поделиться через


Метод IDTSDataTapConfiguration100.RequestTapPointsByMainPipeID

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the tap points for the specified data flow task.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub RequestTapPointsByMainPipeID ( _
    mainPipeIdentification As String, _
    <OutAttribute> ByRef ppsaPathIdentification As String(), _
    <OutAttribute> ByRef ppsaMaxRowCount As Integer(), _
    <OutAttribute> ByRef ppsafileName As String() _
)
'Применение
Dim instance As IDTSDataTapConfiguration100 
Dim mainPipeIdentification As String 
Dim ppsaPathIdentification As String()
Dim ppsaMaxRowCount As Integer()
Dim ppsafileName As String()

instance.RequestTapPointsByMainPipeID(mainPipeIdentification, _
    ppsaPathIdentification, ppsaMaxRowCount, _
    ppsafileName)
void RequestTapPointsByMainPipeID(
    string mainPipeIdentification,
    out string[] ppsaPathIdentification,
    out int[] ppsaMaxRowCount,
    out string[] ppsafileName
)
void RequestTapPointsByMainPipeID(
    [InAttribute] String^ mainPipeIdentification, 
    [OutAttribute] array<String^>^% ppsaPathIdentification, 
    [OutAttribute] array<int>^% ppsaMaxRowCount, 
    [OutAttribute] array<String^>^% ppsafileName
)
abstract RequestTapPointsByMainPipeID : 
        mainPipeIdentification:string * 
        ppsaPathIdentification:string[] byref * 
        ppsaMaxRowCount:int[] byref * 
        ppsafileName:string[] byref -> unit
function RequestTapPointsByMainPipeID(
    mainPipeIdentification : String, 
    ppsaPathIdentification : String[], 
    ppsaMaxRowCount : int[], 
    ppsafileName : String[]
)

Параметры

  • mainPipeIdentification
    Тип: System.String
    The identification string of the data flow task to retrieve.
  • ppsaPathIdentification
    Тип: array<System.String[]%
    When this method returns, contains an array of strings that represents the path identification of the data flow paths. This parameter is passed uninitialized.
  • ppsaMaxRowCount
    Тип: array<System.Int32[]%
    When this method returns, contains an array of integers that represents the maximum allowable rows to tap of the data flow paths. This parameter is passed uninitialized.
  • ppsafileName
    Тип: array<System.String[]%
    When this method returns, contains an array of strings that represents the file names to store the tap data. This parameter is passed uninitialized.

См. также

Справочник

IDTSDataTapConfiguration100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper