Condividi tramite


IDTSBLOBObject100 Interfaccia

Definizione

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
Attributi

Commenti

Fornisce IDTSBLOBObject100 il supporto per la lettura e la scrittura di byte in un oggetto blob di grandi dimensioni binario. I byte aggiunti all'oggetto vengono archiviati in memoria finché non viene raggiunta la SpoolThreshold proprietà e quindi vengono scritti in un file temporaneo.

Gli sviluppatori di componenti gestiti non usano questo oggetto ma usano invece la BlobColumn classe .

Proprietà

Length
SpoolThreshold

Metodi

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

Si applica a