Assembly: Cubes;
The ICubeLoaderDimensionBinding interface contains properties that are used to determine dimension binding parameters, which are used on data loading.
ICubeLoaderDimensionBinding
Property name | Brief description | |
AttributeId | The AttributeId property determines the attribute identifier, by which values the element search is executed in dimension when loading the data. | |
CalendarLevel | The CalendarLevel property determines the level of calendar dimension, to which the binding is set up. | |
ConstValue | The ConstValue property sets the fixed value for loading. | |
Converter | The Converter property determines the fact that is used to parse loaded dimension data | |
Dictionary | The Dictionary property determines the repository dictionary, which is used as a cube dimension. | |
Dimension | The Fact property determines the cube dimension, for which binding is set up. | |
EmptyValueReplacement | The EmptyValueReplacement property determines the value, which is entered instead of empty values. | |
Fields | The Fields property returns the collection of source field bindings to dimension attributes. | |
Index | The Index property determines the dimension index used for binding. | |
IsCalendar | The IsCalendar property returns the criterion of matching to the binding options for the calendar dimension. | |
LoadConstValue | The LoadConstValue property determines the attribute of loading the fixed value. | |
LoadEmptyValues | The LoadEmptyValues property determines whether empty values are loaded. | |
MetaAttribute | The MetaAttribute property returns attributes of the time series database of the level of factors and observations. | |
NewDictionaryName | The NewDictionaryName property determines the name of the dictionary to be created that is going to be used as a cube dimension. | |
SkipLoad | The SkipLoad property determines whether elements that are missing in dimension are skipped. | |
SourceField | The SourceField property returns the name of the data source field, to which the dimension is bound. |
See also: