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 命名空间