CubeMetaUpdateAttributeRemappingType

Description

The CubeMetaUpdateAttributeRemappingType enumeration contains methods that are used to determine value of attribute of the copied database.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Source. Factors attributes of the database copy use data of factors attribute of the copied database as a data source.
1 Const_. Value of factors attribute of the database copy is a user-defined constant.
2 ValueSource. Observation attribute of the database copy uses data of observation attribute of the copied time series database as its data source.
3 ValueConst. Value of the attribute of the database copy observation is a user-defined constant.

Comments

If the data source of the copy attribute is an attribute of the copied time series database, this attribute is defined in the ICubeMetaUpdateAttributeRemapping.Source property.

If constant is a data source for attribute copy, it is specified in the ICubeMetaUpdateAttributeRemapping.Value property.

See also:

Cubes Assembly Enumerations