AttributeRelationship.ParentDimension Property

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.

See Also

Reference

AttributeRelationship Class

Microsoft.AnalysisServices Namespace