Skip to main content

Enum DimensionProcessingOption

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum DimensionProcessingOption

Fields

FieldsDescription
ProcessAddSpecifies that new attribute data will be read from the data source and new dimension attributes will be added. This is equivalent to ProcessUpdate for the case where there are only new members and no changes to or deletions of existing members.
ProcessClearSpecifies that the results of any previous processing operations on the target dimensions will be discarded.
ProcessDataSpecifies that the data in target dimensions 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 dimensions to a fully processed state will be performed. The Analysis Services engine will automatically determine what processing is required.
ProcessFullSpecifies that the target dimension and all subobjects will be processed in full, discarding the results of any previous processing operations.
ProcessIndexesSpecifies that the aggregations and indexes for target dimensions and all subobjects will be processed. An error will be raised if the target dimensions are not already in a processed state.
ProcessUpdateSpecifies that all attribute data will be read from the data source and dimension attributes will be updated. Flexible aggregations and indexes will be discarded from the relevant partitions.