Enum MeasureGroupProcessingOption
public enum MeasureGroupProcessingOption
Fields
ProcessAdd | Specifies that any fact data that became available since the last process will be added to the measure group and the relevant partitions will be processed. |
ProcessClear | Specifies that the results of any previous processing operations on the target measure groups will be discarded. |
ProcessData | Specifies that the data in target measure groups and all subobjects will be processed in full, discarding the results of any previous processing operations. No aggregations or indexes will be processed. |
ProcessDefault | Specifies that only the processing necessary to bring the target measure groups to a fully processed state will be performed. The Analysis Services engine will automatically determine what processing is required. |
ProcessFull | Specifies that the target measure group and all subobjects will be processed in full, discarding the results of any previous processing operations. |
ProcessIndexes | Specifies that the aggregations and indexes for target measure groups and all subobjects will be processed. An error will be raised if the target measure groups are not already in a processed state. |