共用方式為


XmlStreamStore.AutoFlush 屬性

定義

取得或設定值,指出是否要將註解緩衝區中的資料立即寫入實體資料存放區。

public:
 virtual property bool AutoFlush { bool get(); void set(bool value); };
public override bool AutoFlush { get; set; }
member this.AutoFlush : bool with get, set
Public Overrides Property AutoFlush As Boolean

屬性值

如果要針對每項作業,將註解緩衝區中的資料立即寫入實體資料存放區,則為 true;如果要在應用程式明確呼叫 Flush() 時,才將註解緩衝區中的資料寫入,則為 false

適用於

另請參閱