ParentDimension 属性

Gets the ParentDimension object for the current AttributeRelationship object.

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

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension
    Get
用法
Dim instance As AttributeRelationship
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 Database object with the parent dimension.