DTSBufferManagerClass.CreateFlatBuffer64 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 ^ CreateFlatBuffer64(System::UInt64 lSize, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSComponentMetaData100 ^ pOwner) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100::CreateFlatBuffer64;
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 CreateFlatBuffer64 (ulong lSize, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 pOwner);
abstract member CreateFlatBuffer64 : uint64 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100
override this.CreateFlatBuffer64 : uint64 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100
Public Overridable Function CreateFlatBuffer64 (lSize As ULong, pOwner As IDTSComponentMetaData100) As IDTSBuffer100
Parameters
- lSize
- UInt64
- 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.