DTSBufferManagerClass.CreateBuffer(Int32, IDTSComponentMetaData100) 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 object that is based on the specified buffer type.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ CreateBuffer(int hBufferType, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pOwner) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100::CreateBuffer;
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 CreateBuffer (int hBufferType, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pOwner);
abstract member CreateBuffer : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
override this.CreateBuffer : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
Public Overridable Function CreateBuffer (hBufferType As Integer, pOwner As IDTSComponentMetaData100) As IDTSBuffer100
Parameters
- hBufferType
- Int32
The ID of the registered IDTSBuffer100 type.
- pOwner
- IDTSComponentMetaData100
The IDTSComponentMetaData100 of the component that owns the new IDTSBuffer100 object.
Returns
The newly created IDTSBuffer100 object.
Implements
Remarks
This method creates a new IDTSBuffer100 that is based on the buffer specified by the hBufferType
parameter.