Dimension.DependsOnDimension Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.