IDTSBLOBObject100 Interface

Définition

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
Attributs

Remarques

IDTSBLOBObject100 prend en charge la lecture et l’écriture d’octets dans un objet BLOB (Binary Large Object). Les octets ajoutés à l’objet sont stockés en mémoire jusqu’à ce que la propriété SpoolThreshold soit atteinte, puis sont écrits dans un fichier temporaire.

Les développeurs de composants managés n’utilisent pas cet objet, mais utilisent plutôt la classe BlobColumn.

Propriétés

Length
SpoolThreshold

Méthodes

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

S’applique à