IDTSBLOBObject100.SpoolThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定寫入暫存檔之前,要先儲存至記憶體中的位元組數目。
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
屬性值
整數,表示在寫入暫存檔之前,儲存在記憶體中的位元組數目。
- 屬性
備註
當寫入記憶體的位元組數目等於時,會 SpoolThreshold IDTSBLOBObject100 開始寫入磁片上的暫存檔案。 將位元組加入至物件之後,就無法變更此屬性。