Dimension.DependsOnDimension 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property DependsOnDimension As Dimension 
    Get
‘사용 방법
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

속성 값

유형: Microsoft.AnalysisServices.Dimension
The dimension object of a dimension that the current dimension either depends on, or is highly correlated with.

주의

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.

참고 항목

참조

Dimension 클래스

Microsoft.AnalysisServices 네임스페이스