CubeFormulasViewSourceNaming

Description

The CubeFormulasViewSourceNaming enumeration contains formats of marking data source in the names of elements on creating formulas.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Data source is not determined.
1 Name. Name of data source is displayed before the name of elements: <Source name> | <Dimension element 1> | <Dimension element 2>...
2 Id. Identifier of data source is displayed before the name of dimension elements: <Source identifier> | <Dimension element 1> | <Dimension element 2>...
3 NameId. Name and identifier of data source are displayed before the name of dimension elements: <Source name(Source identifier)> | <Dimension element 1> | <Dimension element 2>...

See also:

Cubes Assembly Enumerations