ProcessingMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在處理彙總計算時列舉模式。
[System.Runtime.InteropServices.Guid("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")]
public enum ProcessingMode
[<System.Runtime.InteropServices.Guid("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")>]
type ProcessingMode =
Public Enum ProcessingMode
- 繼承
-
ProcessingMode
- 屬性
欄位
LazyAggregations | 1 | 當資料分割處理完成後,將會使用背景執行緒處理彙總。 |
Regular | 0 | 在資料分割處理期間計算彙總。 |