IDTSBLOBObject100.SpoolThreshold Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Integer 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.