Dimension.DependsOnDimension Property

Definition

Gets the dimension object of a dimension that the current dimension either depends on, or is highly correlated with.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.Dimension DependsOnDimension { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DependsOnDimension : Microsoft.AnalysisServices.Dimension
Public ReadOnly Property DependsOnDimension As Dimension

Property Value

The dimension object of a dimension that the current dimension either depends on, or is highly correlated with.

Attributes

Remarks

If a dimension A has a strong correlation to dimension B, then you should set A depends on B. This way, the aggregation design algorithm won’t consider both as mutually independent dimensions. For example, Fiscal Time is dependent on Calendar Time.

Applies to