Compartir a través de


IDTSBLOBObject100 Miembros

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

El tipo IDTSBLOBObject100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico AddData Adds bytes to an IDTSBLOBObject100 object.
Método publico GetData Retrieves the specified number of bytes from an IDTSBLOBObject100 object.
Método publico GetStream Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Método publico PutData Adds bytes in a specific location in the IDTSBLOBObject100
Método publico ResetData Empties the bytes stored by an IDTSBLOBObject100.
Método publico SetFromStream Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Length Gets the number of bytes stored in an IDTSBLOBObject100.
Propiedad pública SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

Principio