• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum CubeProcessingOption

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum CubeProcessingOption
    
  

Fields

ProcessAdd

Specifies that any fact data that became available since the last process will be added to the cube and the relevant partitions will be processed.

ProcessClear

Specifies that the results of any previous processing operations on the target cubes will be discarded.

ProcessData

Specifies 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.

ProcessDefault

Specifies 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.

ProcessFull

Specifies that the target cube 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 cubes and all subobjects will be processed. An error will be raised if the target cubes are not already in a processed state.

ProcessStructure

Specifies that all of the dimensions of the target cube will be processed, if necessary.

© Varigence