IDTSBLOBObject100 Interfaz

Definición

public interface class IDTSBLOBObject100
[System.Runtime.InteropServices.Guid("2AD26418-B53F-4C80-973E-23A9FD13F05F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBLOBObject100
[<System.Runtime.InteropServices.Guid("2AD26418-B53F-4C80-973E-23A9FD13F05F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBLOBObject100 = interface
Public Interface IDTSBLOBObject100
Atributos

Comentarios

Proporciona IDTSBLOBObject100 soporte para leer y escribir bytes en un objeto binario grande (BLOB). Los bytes añadidos al objeto se almacenan en memoria hasta que se alcanza la SpoolThreshold propiedad, y luego se escriben en un archivo temporal.

Los desarrolladores de componentes gestionados no usan este objeto, sino la BlobColumn clase.

Se aplica a