DTSBufferManagerClass.CreateFlatBuffer Method
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:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBuffer100 ^ CreateFlatBuffer(int lSize, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSComponentMetaData100 ^ pOwner) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100::CreateFlatBuffer;
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 CreateFlatBuffer (int lSize, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 pOwner);
abstract member CreateFlatBuffer : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100
override this.CreateFlatBuffer : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100
Public Overridable Function CreateFlatBuffer (lSize As Integer, pOwner As IDTSComponentMetaData100) As IDTSBuffer100
Parameters
- lSize
- Int32
- pOwner
- IDTSComponentMetaData100
Returns
The newly created IDTSBuffer100 object.
Implements
Remarks
This method allocates an IDTSBuffer100 object of the specified size. Flat buffers are not created using an existing buffer definition and contain no columns or rows. Flat buffers are private and their use is specific to the component that requests it.