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é

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 à 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.

S’applique à