Assembly: Cubes;
The ICubeLoaderDimensionBindings interface contains properties and methods that are used to work with the collection of dimension bindings configured on data loading.
ICubeLoaderDimensionBindings
The ICubeLoaderFromSource.DimensionBindings property provides dimensions bindings.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of options of dimensions bindings in the collection. |
![]() |
Item | The Item property returns the specified options of dimension binding. |
| Method name | Brief description | |
![]() |
Add | The Add method adds options of dimension binding to the collection. |
![]() |
AddCalendar | The AddCalendar method adds options of calendar dimension binding to the collection. |
![]() |
Clear | The Clear method removes all parameters and bindings from the collection. |
![]() |
Remove | The Remove method removes the specified binding options. |
See also: