共用方式為


IDTSBufferManager100.CreateFlatBuffer64 Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSBuffer100 ^ CreateFlatBuffer64(System::UInt64 lSize, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSComponentMetaData100 ^ pOwner);
[System.Runtime.InteropServices.DispId(113)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSBuffer100 CreateFlatBuffer64 (ulong lSize, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSComponentMetaData100 pOwner);
[<System.Runtime.InteropServices.DispId(113)>]
abstract member CreateFlatBuffer64 : uint64 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSBuffer100
Public Function CreateFlatBuffer64 (lSize As ULong, pOwner As IDTSComponentMetaData100) As IDTSBuffer100

Parameters

lSize
UInt64

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.

Applies to