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.
Initializes a new instance of the ScriptBuffer class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Sub New ( _
BufferToUse As PipelineBuffer, _
BufferColumnIndexesToUse As Integer(), _
OutputMap As OutputNameMap _
)
'Usage
Dim BufferToUse As PipelineBuffer
Dim BufferColumnIndexesToUse As Integer()
Dim OutputMap As OutputNameMap
Dim instance As New ScriptBuffer(BufferToUse, _
BufferColumnIndexesToUse, OutputMap)
public ScriptBuffer(
PipelineBuffer BufferToUse,
int[] BufferColumnIndexesToUse,
OutputNameMap OutputMap
)
public:
ScriptBuffer(
PipelineBuffer^ BufferToUse,
array<int>^ BufferColumnIndexesToUse,
OutputNameMap^ OutputMap
)
new :
BufferToUse:PipelineBuffer *
BufferColumnIndexesToUse:int[] *
OutputMap:OutputNameMap -> ScriptBuffer
public function ScriptBuffer(
BufferToUse : PipelineBuffer,
BufferColumnIndexesToUse : int[],
OutputMap : OutputNameMap
)
Parameters
- BufferToUse
Type: Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer
Contains the data flow buffer.
- BufferColumnIndexesToUse
Type: array<System.Int32[]
Contains the column indexes for the columns in the buffer.
- OutputMap
Type: Microsoft.SqlServer.Dts.Pipeline.OutputNameMap
The output map.