Assembly: Cubes;
The IStandardCubeFactBindings interface contains properties and methods that are used to work with bindings of cube facts.
If the collection is obtained in the IStandardCubeDestination.CalcBindings property, each single calculated fact binding for parameters setup can be cast to the IStandardCubeCalculatedFactBinding interface.
Property name | Brief description | |
Binding | The Binding property returns the cube fact binding. | |
BindingWithRole | The BindingWithRole property for the specified cube fact returns binding with a specific role. |
Method name | Brief description | |
Clear | The Clear method clears bindings of all the cube facts. | |
Reset | The Reset method clears cube fact binding. | |
ResetWithRole | The ResetWithRole method clears cube fact binding with the specified role. |
See also: