Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ParentDimension object for the current AttributeRelationship object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.Dimension
A Database object with the parent dimension.