共用方式為


CManagedComponentWrapperClass.PrimeOutput 方法

Adds rows to the output buffers in the data flow.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Public Overridable Sub PrimeOutput ( _
    lOutputs As Integer, _
    ByRef lOutputIDs As Integer, _
    ByRef pIDTSBufferOutputs As IDTSBuffer100 _
)
'用途
Dim instance As CManagedComponentWrapperClass 
Dim lOutputs As Integer 
Dim lOutputIDs As Integer 
Dim pIDTSBufferOutputs As IDTSBuffer100

instance.PrimeOutput(lOutputs, lOutputIDs, _
    pIDTSBufferOutputs)
public virtual void PrimeOutput(
    int lOutputs,
    ref int lOutputIDs,
    ref IDTSBuffer100 pIDTSBufferOutputs
)
public:
virtual void PrimeOutput(
    [InAttribute] int lOutputs, 
    [InAttribute] int% lOutputIDs, 
    [InAttribute] IDTSBuffer100^% pIDTSBufferOutputs
)
abstract PrimeOutput : 
        lOutputs:int * 
        lOutputIDs:int byref * 
        pIDTSBufferOutputs:IDTSBuffer100 byref -> unit  
override PrimeOutput : 
        lOutputs:int * 
        lOutputIDs:int byref * 
        pIDTSBufferOutputs:IDTSBuffer100 byref -> unit
public function PrimeOutput(
    lOutputs : int, 
    lOutputIDs : int, 
    pIDTSBufferOutputs : IDTSBuffer100
)

參數

  • lOutputs
    型別:System.Int32
    The number of elements in the outputIDs and buffers arrays.

實作

IDTSRuntimeComponent100.PrimeOutput(Int32, Int32%, IDTSBuffer100%)

備註

Typically, the PrimeOutput method is implemented only in sources and in transformations with asynchronous outputs.

請參閱

參考

CManagedComponentWrapperClass 類別

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間