Condividi tramite


IDTSBLOBObject100 Interfaccia

Definizione

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
Attributi

Commenti

IDTSBLOBObject100 offre 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 proprietà SpoolThreshold e quindi vengono scritti in un file temporaneo.

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

Proprietà

Length
SpoolThreshold

Metodi

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

Si applica a