IDTSBLOBObject100.SpoolThreshold Propriété
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.
Obtient ou définit le nombre d’octets à stocker en mémoire avant d’écrire dans un fichier temporaire.
public:
property int SpoolThreshold { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(102)]
public int SpoolThreshold { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.SpoolThreshold : int with get, set
Public Property SpoolThreshold As Integer
Valeur de propriété
Entier qui indique le nombre d’octets stockés en mémoire avant d’écrire dans un fichier temporaire.
- Attributs
Remarques
Lorsque le nombre d’octets écrits en mémoire est égal à celui-ci SpoolThreshold, il IDTSBLOBObject100 commence à écrire dans un fichier temporaire sur le disque. Cette propriété ne peut pas être modifiée après l’ajout d’octets à l’objet.