IDTSBLOBObject100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public interface class IDTSBLOBObject100
[System.Runtime.InteropServices.Guid("888C05E0-CB2E-4984-B963-A4B24550B014")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBLOBObject100
[<System.Runtime.InteropServices.Guid("888C05E0-CB2E-4984-B963-A4B24550B014")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBLOBObject100 = interface
Public Interface IDTSBLOBObject100
- Atributos
Comentarios
El IDTSBLOBObject100 proporciona soporte para leer y escribir bytes en un objeto binario grande (BLOB). Los bytes añadidos al objeto se almacenan en memoria hasta alcanzar la propiedad SpoolThreshold, y luego se escriben en un archivo temporal.
Los desarrolladores de componentes gestionados no utilizan este objeto, sino la clase BlobColumn.
Propiedades
| Nombre | Description |
|---|---|
| Length | |
| SpoolThreshold | |
Métodos
| Nombre | Description |
|---|---|
| AddData(Byte, UInt32) | |
| GetData(UInt32, Byte, UInt32, UInt32) | |
| GetStream() | |
| PutData(UInt32, Byte, UInt32, UInt32) | |
| ResetData() | |
| SetFromStream(ISequentialStream) | |