Skip to main content

Enum CubeProcessingOption

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum CubeProcessingOption

Fields

FieldsDescription
ProcessAddSpecifies that any fact data that became available since the last process will be added to the cube and the relevant partitions will be processed.
ProcessClearSpecifies that the results of any previous processing operations on the target cubes will be discarded.
ProcessDataSpecifies that the data in target cubes and all subobjects will be processed in full, discarding the results of any previous processing operations. No aggregations or indexes will be processed.
ProcessDefaultSpecifies that only the processing necessary to bring the target cubes to a fully processed state will be performed. The Analysis Services engine will automatically determine what processing is required.
ProcessFullSpecifies that the target cube and all subobjects will be processed in full, discarding the results of any previous processing operations.
ProcessIndexesSpecifies that the aggregations and indexes for target cubes and all subobjects will be processed. An error will be raised if the target cubes are not already in a processed state.
ProcessStructureSpecifies that all of the dimensions of the target cube will be processed, if necessary.