IDTSBufferManager100.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.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBuffer100 ^ CreateBuffer(int hBufferType, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSComponentMetaData100 ^ pOwner);
[System.Runtime.InteropServices.DispId(109)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 CreateBuffer (int hBufferType, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 pOwner);
[<System.Runtime.InteropServices.DispId(109)>]
abstract member CreateBuffer : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100
Public Function CreateBuffer (hBufferType As Integer, pOwner As IDTSComponentMetaData100) As IDTSBuffer100
Parameters
- hBufferType
- Int32
- pOwner
- IDTSComponentMetaData100
Returns
The newly created IDTSBuffer100 object.
- Attributes
Remarks
This method creates a new IDTSBuffer100 based on the buffer definition defined by the hBufferType
parameter.