Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Prepares the outputs in Script components, such as sources and transformations with asynchronous outputs, that add new rows to the output buffers.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Overridable Sub PrimeOutput ( _
Outputs As Integer, _
OutputIDs As Integer(), _
Buffers As PipelineBuffer(), _
OutputMap As OutputNameMap _
)
'Usage
Dim instance As ScriptComponent
Dim Outputs As Integer
Dim OutputIDs As Integer()
Dim Buffers As PipelineBuffer()
Dim OutputMap As OutputNameMap
instance.PrimeOutput(Outputs, OutputIDs, _
Buffers, OutputMap)
public virtual void PrimeOutput(
int Outputs,
int[] OutputIDs,
PipelineBuffer[] Buffers,
OutputNameMap OutputMap
)
public:
virtual void PrimeOutput(
int Outputs,
array<int>^ OutputIDs,
array<PipelineBuffer^>^ Buffers,
OutputNameMap^ OutputMap
)
abstract PrimeOutput :
Outputs:int *
OutputIDs:int[] *
Buffers:PipelineBuffer[] *
OutputMap:OutputNameMap -> unit
override PrimeOutput :
Outputs:int *
OutputIDs:int[] *
Buffers:PipelineBuffer[] *
OutputMap:OutputNameMap -> unit
public function PrimeOutput(
Outputs : int,
OutputIDs : int[],
Buffers : PipelineBuffer[],
OutputMap : OutputNameMap
)
Parameters
- Outputs
Type: System.Int32
The number of the outputs of the components.
- OutputIDs
Type: array<System.Int32[]
Contains the IDs of the output of the components.
- Buffers
Type: array<Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer[]
Contains the output rows.
- OutputMap
Type: Microsoft.SqlServer.Dts.Pipeline.OutputNameMap
The output map.