Share via


Dimension.DependsOnDimension 속성

정의

현재 차원이 종속되거나 현재 차원과 밀접하게 관련된 차원의 차원 개체를 가져옵니다.

[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

속성 값

현재 차원이 종속되거나 현재 차원과 밀접하게 관련된 차원의 차원 개체입니다.

특성

설명

차원 A에 B 차원과 강한 상관 관계가 있는 경우 A는 B에 따라 달라지도록 설정해야 합니다. 이렇게 하면 집계 디자인 알고리즘은 둘 다 상호 독립적인 차원으로 간주하지 않습니다. 예를 들어 회계 시간은 달력 시간에 따라 달라집니다.

적용 대상