Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the dimension object of a dimension that the current dimension either depends on, or is highly correlated with.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DependsOnDimension As Dimension
Get
'Usage
Dim instance As Dimension
Dim value As Dimension
value = instance.DependsOnDimension
[BrowsableAttribute(false)]
public Dimension DependsOnDimension { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ DependsOnDimension {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member DependsOnDimension : Dimension
function get DependsOnDimension () : Dimension
Property Value
Type: Microsoft.AnalysisServices.Dimension
The dimension object of a dimension that the current dimension either depends on, or is highly correlated with.
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.