IDTSBLOBObject100.SpoolThreshold 屬性

定義

取得或設定寫入暫存檔之前,要先儲存至記憶體中的位元組數目。

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

屬性值

Int32

整數,表示在寫入暫存檔之前,儲存在記憶體中的位元組數目。

屬性

備註

當寫入記憶體的位元組數目等於時,會 SpoolThreshold IDTSBLOBObject100 開始寫入磁片上的暫存檔案。 將位元組加入至物件之後,就無法變更此屬性。

適用於