Delen via


IDTSBLOBObject100 Members

Include Protected Members
Include Inherited Members

Used to read and write bytes to a column in an IDTSBuffer100 object.

The IDTSBLOBObject100 type exposes the following members.

Methods

  Name Description
Public method AddData(Byte%, UInt32) Adds bytes to an IDTSBLOBObject100 object.
Public method GetData(UInt32, Byte%, UInt32, UInt32%) Retrieves the specified number of bytes from an IDTSBLOBObject100 object.
Public method GetStream() Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Public method PutData(UInt32, Byte%, UInt32, UInt32%) Adds bytes in a specific location in the IDTSBLOBObject100
Public method ResetData() Empties the bytes stored by an IDTSBLOBObject100.
Public method SetFromStream(ISequentialStream) Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object.

Top

Properties

  Name Description
Public property Length Gets the number of bytes stored in an IDTSBLOBObject100.
Public property SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

Top