The ICubeMetaLoaderBindings interface contains properties and methods that are used to work with the collection of bindings of time series database attributes to data source fields.
| Property name | Brief description | |
| CalendarBinding | The CalendarBinding property returns a binding of calendar dimension. | |
| Count | The Count property returns the number of elements in the collection. | |
| Item | The Item property returns the element from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a new formula to the collection. | |
| Clear | The Clear method deletes all elements from the collection. | |
| FindByKey | The FindByKey method searches for a collection element by its key. | |
| Remove | The Remove method removes the element from the collection by its index. |
See also: