Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeCreatorField interface contains properties tat are used to determine parameters of the field that is used for dimension binding.
ICubeCreatorField
Field parameters can be obtained by means of properties or methods of the ICubeCreatorFields collection.
Property name |
Brief description | |
The AttributeId property determines the identifier of the dimension attribute, to which binding is made. | ||
The DataType property determines the data type that imported values will have. | ||
The Identifying property determines whether the current binding is used to identify dimension elements. | ||
The Name property determines the identifier of the table field, to which the dimension attribute is bound. | ||
The Translations property returns binding collection of translation attributes to the translation fields on various source fields. |
See also: