Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 (em Microsoft.SqlServer.TxScript.dll)
Sintaxe
'Declaração
Public Overridable Sub PrimeOutput ( _
Outputs As Integer, _
OutputIDs As Integer(), _
Buffers As PipelineBuffer(), _
OutputMap As OutputNameMap _
)
'Uso
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
)
Parâmetros
- Outputs
Tipo: System.Int32
The number of the outputs of the components.
- OutputIDs
Tipo: array<System.Int32[]
Contains the IDs of the output of the components.
- Buffers
Tipo: array<Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer[]
Contains the output rows.
- OutputMap
Tipo: Microsoft.SqlServer.Dts.Pipeline.OutputNameMap
The output map.