Partager via


Membres IDTSBLOBObject100

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

Le type IDTSBLOBObject100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddData Adds bytes to an IDTSBLOBObject100 object.
Méthode publique GetData Retrieves the specified number of bytes from an IDTSBLOBObject100 object.
Méthode publique GetStream Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Méthode publique PutData Adds bytes in a specific location in the IDTSBLOBObject100
Méthode publique ResetData Empties the bytes stored by an IDTSBLOBObject100.
Méthode publique SetFromStream Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object.

Haut de la page

Propriétés

  Nom Description
Propriété publique Length Gets the number of bytes stored in an IDTSBLOBObject100.
Propriété publique SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

Haut de la page