AttributeRelationship.Parent Property

Gets the parent Attribute for the current attribute relationship.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute 
    Get
'Usage
Dim instance As AttributeRelationship 
Dim value As DimensionAttribute 

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

Property Value

Type: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object with the parent attribute for the current attribute relationship.

See Also

Reference

AttributeRelationship Class

Microsoft.AnalysisServices Namespace