Bagikan melalui


IDTSBLOBObject100.SpoolThreshold Properti

Definisi

Mendapatkan atau mengatur jumlah byte yang akan disimpan dalam memori sebelum menulis ke file sementara.

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

Nilai Properti

Bilangan bulat yang menunjukkan berapa banyak byte yang disimpan dalam memori sebelum menulis ke file sementara.

Atribut

Keterangan

Ketika jumlah byte yang ditulis dalam memori sama dengan SpoolThreshold, IDTSBLOBObject100 mulai menulis ke file sementara pada disk. Properti ini tidak dapat diubah setelah byte ditambahkan ke objek.

Berlaku untuk