IDTSBLOBObject100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
L’IDTSBLOBObject100 offre la prise en charge de la lecture et de l’écriture d’octets dans un objet binaire grand (BLOB). 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 gérés n’utilisent pas cet objet mais utilisent la classe BlobColumn.
Propriétés
| Nom | Description |
|---|---|
| Length | |
| SpoolThreshold | |
Méthodes
| Nom | Description |
|---|---|
| AddData(Byte, UInt32) | |
| GetData(UInt32, Byte, UInt32, UInt32) | |
| GetStream() | |
| PutData(UInt32, Byte, UInt32, UInt32) | |
| ResetData() | |
| SetFromStream(ISequentialStream) | |