IDTSBLOBObject100.SpoolThreshold Propriété

Définition

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é

Un entier qui indique combien d’octets sont 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 au seuil de spool, le IDTSBLOBObject100 SpoolThreshold commence à écrire sur un fichier temporaire sur le disque. Cette propriété ne peut pas être modifiée après l’ajout d’octets à l’objet.

S’applique à