Freigeben über


IDTSBLOBObject100-Member

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

Der IDTSBLOBObject100-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode AddData Adds bytes to an IDTSBLOBObject100 object.
Öffentliche Methode GetData Retrieves the specified number of bytes from an IDTSBLOBObject100 object.
Öffentliche Methode GetStream Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Öffentliche Methode PutData Adds bytes in a specific location in the IDTSBLOBObject100
Öffentliche Methode ResetData Empties the bytes stored by an IDTSBLOBObject100.
Öffentliche Methode SetFromStream Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Length Gets the number of bytes stored in an IDTSBLOBObject100.
Öffentliche Eigenschaft SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

Zum Anfang