Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an IDTSBuffer100 object that is based on the specified buffer type.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Function CreateBuffer ( _
hBufferType As Integer, _
pOwner As IDTSComponentMetaData100 _
) As IDTSBuffer100
'Usage
Dim instance As DTSBufferManagerClass
Dim hBufferType As Integer
Dim pOwner As IDTSComponentMetaData100
Dim returnValue As IDTSBuffer100
returnValue = instance.CreateBuffer(hBufferType, _
pOwner)
public virtual IDTSBuffer100 CreateBuffer(
int hBufferType,
IDTSComponentMetaData100 pOwner
)
public:
virtual IDTSBuffer100^ CreateBuffer(
[InAttribute] int hBufferType,
[InAttribute] IDTSComponentMetaData100^ pOwner
)
abstract CreateBuffer :
hBufferType:int *
pOwner:IDTSComponentMetaData100 -> IDTSBuffer100
override CreateBuffer :
hBufferType:int *
pOwner:IDTSComponentMetaData100 -> IDTSBuffer100
public function CreateBuffer(
hBufferType : int,
pOwner : IDTSComponentMetaData100
) : IDTSBuffer100
Parameters
- hBufferType
Type: System.Int32
The ID of the registered IDTSBuffer100 type.
- pOwner
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetaData100 of the component that owns the new IDTSBuffer100 object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
The newly created IDTSBuffer100 object.
Implements
IDTSBufferManager100.CreateBuffer(Int32, IDTSComponentMetaData100)
Remarks
This method creates a new IDTSBuffer100 that is based on the buffer specified by the hBufferType parameter.