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à

Un intero che indica quanti byte sono memorizzati in memoria prima di scrivere in un file temporaneo.

Attributi

Commenti

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

Si applica a