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 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.