IDTSBufferManager100.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.
Creates an IDTSBuffer100 of the specified size.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ CreateFlatBuffer64(System::UInt64 lSize, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pOwner);
[System.Runtime.InteropServices.DispId(113)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 CreateFlatBuffer64 (ulong lSize, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pOwner);
[<System.Runtime.InteropServices.DispId(113)>]
abstract member CreateFlatBuffer64 : uint64 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
Public Function CreateFlatBuffer64 (lSize As ULong, pOwner As IDTSComponentMetaData100) As IDTSBuffer100
Parameters
- lSize
- UInt64
The size, in bytes, of the new IDTSBuffer100.
- pOwner
- IDTSComponentMetaData100
The IDTSComponentMetaData100 object of the component that owns the buffer.
Returns
The newly created IDTSBuffer100 object.
- Attributes
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.