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

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 SpoolThreshold propiedad y, a continuación, se escriben en un archivo temporal.

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

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