IDTSBufferManager100 Members

Include Protected Members
Include Inherited Members

Creates and manages IDTSBuffer100 objects.

The IDTSBufferManager100 type exposes the following members.

Methods

  Name Description
Public method CreateBuffer(Int32, IDTSComponentMetaData100) Creates an IDTSBuffer100 based on the specified buffer type.
Public method CreateFlatBuffer(Int32, IDTSComponentMetaData100) Creates an IDTSBuffer100 of the specified size.
Public method CreateVirtualBuffer(Int32, Int32) Infrastructure.
Public method FindColumnByLineageID(Int32, Int32) Gets the location, by index, of a column in a specified IDTSBuffer100 object.
Public method GetBLOBObject(IDTSBLOBObject100%) Creates an IDTSBLOBObject100 that is used to manipulate binary large objects (BLOBs).
Public method GetColumnCount(Int32) Gets the number of columns in a specified registered buffer type.
Public method GetColumnInfo(Int32, Int32, DTP_BUFFCOL%) Gets the DTP_BUFFCOL structure for a column in a specified buffer definition.
Public method GetRowWidth(Int32) Gets the size, in bytes, of the row defined for the buffer type definition.
Public method RegisterBufferType(Int32, DTP_BUFFCOL%, Int32, UInt32) Registers a buffer type with an IDTSBufferManager100.
Public method RegisterLineageIDs(Int32, Int32, Int32%) Infrastructure.

Top

Properties

  Name Description
Public property IsVirtual[Int32] Gets a value that indicates whether the specified buffer is a virtual buffer.

Top