IDTSBLOBObject100.SpoolThreshold Proprietà

Definizione

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

Valore della proprietà

E questo indica quanti byte sono memorizzati in memoria prima di Integer scrivere in un file temporaneo.

Attributi

Commenti

Quando il numero di byte scritti in memoria è uguale allo SpoolThreshold, l'IDTSBLOBObject100 inizia a scrivere su un file temporaneo sul disco. Questa proprietà non può essere modificata dopo che i byte sono stati aggiunti all'oggetto.

Si applica a