IStandardCubeFactBinding

Description

The IStandardCubeFactBinding interface contains properties that are used to set up and bind cube fact.

Comments

The IStandardCubeFactBindings.Binding property returns cube fact binding. The IStandardCubeFactBindings source collection should be obtained using the IStandardCube.FactBindings or IStandardCubeDimension.FactBindings property.

Properties

  Property name Brief description
AggregatedDataType

The AggregatedDataType property determines a data type after aggregation.
AggregatedDataTypePrecision

The AggregatedDataTypePrecision property determines value precision (the number of digits after a comma) after aggregation.
AggregationType

The AggregationType property determines a type of aggregation used for a data source.
BindingRole

The BindingRole property returns binding role.
CustomAggregateFunction

The CustomAggregateFunction property determines a custom method of aggregation calculation.
DistinctAggregate

The DistinctAggregate property determines whether identical data needs to be aggregated.
FactKey

The FactKey property returns a fact key used for binding.
Formula

The Formula property returns the expression, which binds cube fact to data source fields or a expression, which determines a calculated cube value.
ReadOnly

The ReadOnly property returns whether data can be edited via the binding. The property is used only for calculated cube facts.
ReverseFactKey

The ReverseFactKey property determines a key of a cube fact, which value is calculated by the ReverseFormula formula.
ReverseFormula

The ReverseFormula property returns the expression that is used to determine a fact value with the ReverseFactKey key.

See also:

Cubes Assembly Interfaces