ScriptBuffer(PipelineBuffer, Int32[], OutputNameMap) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ScriptBuffer(Microsoft::SqlServer::Dts::Pipeline::PipelineBuffer ^ BufferToUse, cli::array <int> ^ BufferColumnIndexesToUse, Microsoft::SqlServer::Dts::Pipeline::OutputNameMap ^ OutputMap);
public ScriptBuffer (Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer BufferToUse, int[] BufferColumnIndexesToUse, Microsoft.SqlServer.Dts.Pipeline.OutputNameMap OutputMap);
new Microsoft.SqlServer.Dts.Pipeline.ScriptBuffer : Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer * int[] * Microsoft.SqlServer.Dts.Pipeline.OutputNameMap -> Microsoft.SqlServer.Dts.Pipeline.ScriptBuffer
Public Sub New (BufferToUse As PipelineBuffer, BufferColumnIndexesToUse As Integer(), OutputMap As OutputNameMap)
Parameters
- BufferToUse
- PipelineBuffer
- BufferColumnIndexesToUse
- Int32[]
- OutputMap
- OutputNameMap