DTSBufferManagerClass Members
Include Protected Members
Include Inherited Members
Creates and manages IDTSBuffer100 objects.
The DTSBufferManagerClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DTSBufferManagerClass() | Initializes a new instance of the DTSBufferManagerClass. |
Top
Methods
Name | Description | |
---|---|---|
CreateBuffer(Int32, IDTSComponentMetaData100) | Creates an IDTSBuffer100 object that is based on the specified buffer type. | |
CreateFlatBuffer(Int32, IDTSComponentMetaData100) | Creates an IDTSBuffer100 of the specified size. | |
CreateVirtualBuffer(Int32, Int32) | Infrastructure. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
FindColumnByLineageID(Int32, Int32) | Gets the location of a column in the 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 the specified registered buffer type. | |
GetColumnInfo(Int32, Int32, DTP_BUFFCOL%) | Gets the DTP_BUFFCOL structure for a column in the specified buffer definition. | |
GetHashCode() | (Inherited from Object.) | |
GetRowWidth(Int32) | Gets the size of the row defined for the buffer type definition. | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
RegisterBufferType(Int32, DTP_BUFFCOL%, Int32, UInt32) | Registers a buffer type with the IDTSBufferManager100. | |
RegisterLineageIDs(Int32, Int32, Int32%) | Infrastructure. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsVirtual[Int32] | Gets a value that indicates whether the specified buffer is a virtual buffer. |
Top