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

IDTSBLOBObject100 proporciona compatibilidad para leer y escribir bytes en un objeto binario grande (BLOB). Los bytes agregados al objeto se almacenan en memoria hasta que se alcanza la propiedad SpoolThreshold y, a continuación, se escriben en un archivo temporal.

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

Propiedades

Length
SpoolThreshold

Métodos

AddData(Byte, UInt32)
GetData(UInt32, Byte, UInt32, UInt32)
GetStream()
PutData(UInt32, Byte, UInt32, UInt32)
ResetData()
SetFromStream(ISequentialStream)

Se aplica a