Level.ParentDimension 属性

Gets the Dimension object that is the parent of the Level object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension 
    Get
用法
Dim instance As Level 
Dim value As Dimension 

value = instance.ParentDimension
[BrowsableAttribute(false)]
public Dimension ParentDimension { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ ParentDimension {
    Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member ParentDimension : Dimension
function get ParentDimension () : Dimension

属性值

类型:Microsoft.AnalysisServices.Dimension
A Dimension object that is the parent of the Level object.

请参阅

参考

Level 类

Microsoft.AnalysisServices 命名空间