Share via


IDTSBufferManager100.CreateFlatBuffer(Int32, IDTSComponentMetaData100) Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBuffer100 ^ CreateFlatBuffer(int lSize, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSComponentMetaData100 ^ pOwner);
[System.Runtime.InteropServices.DispId(112)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 CreateFlatBuffer (int lSize, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 pOwner);
[<System.Runtime.InteropServices.DispId(112)>]
abstract member CreateFlatBuffer : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100
Public Function CreateFlatBuffer (lSize As Integer, pOwner As IDTSComponentMetaData100) As IDTSBuffer100

Parameters

lSize
Int32

Returns

The newly created IDTSBuffer100 object.

Attributes

Remarks

This method allocates an IDTSBuffer100 object of the specified size, in bytes. 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.

Applies to