FormOptions.MemoryBufferThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 BufferBody 已啟用,則會在記憶體中緩衝處理本文的這個許多位元組。 如果超過此臨界值,則會改為將緩衝區移至磁片上的暫存檔案。 這也適用于緩衝個別多部分區段主體時。 預設為 65,536 個位元組,大約是 64KB。
public:
property int MemoryBufferThreshold { int get(); void set(int value); };
public int MemoryBufferThreshold { get; set; }
member this.MemoryBufferThreshold : int with get, set
Public Property MemoryBufferThreshold As Integer