IDTSBufferManager100 Members
Include Protected Members
Include Inherited Members
Creates and manages IDTSBuffer100 objects.
The IDTSBufferManager100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateBuffer(Int32, IDTSComponentMetaData100) | Creates an IDTSBuffer100 based on the specified buffer type. | |
CreateFlatBuffer(Int32, IDTSComponentMetaData100) | Creates an IDTSBuffer100 of the specified size. | |
CreateVirtualBuffer(Int32, Int32) | Infrastructure. | |
FindColumnByLineageID(Int32, Int32) | Gets the location, by index, of a column in a specified IDTSBuffer100 object. | |
GetBLOBObject(IDTSBLOBObject100%) | Creates an IDTSBLOBObject100 that is used to manipulate binary large objects (BLOBs). | |
GetColumnCount(Int32) | Gets the number of columns in a specified registered buffer type. | |
GetColumnInfo(Int32, Int32, DTP_BUFFCOL%) | Gets the DTP_BUFFCOL structure for a column in a specified buffer definition. | |
GetRowWidth(Int32) | Gets the size, in bytes, of the row defined for the buffer type definition. | |
RegisterBufferType(Int32, DTP_BUFFCOL%, Int32, UInt32) | Registers a buffer type with an IDTSBufferManager100. | |
RegisterLineageIDs(Int32, Int32, Int32%) | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
IsVirtual[Int32] | Gets a value that indicates whether the specified buffer is a virtual buffer. |
Top
See Also