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é

Et cela indique combien d’octets sont stockés en mémoire avant d’écrire Integer dans un fichier temporaire.

Attributs

Remarques

Lorsque le nombre d’octets écrits en mémoire est égal au SpoolThreshold, l’IDTSBLOBObject100 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 à