IDTSBLOBObject100 Interfaz

Definición

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.

Se aplica a