DimensionAttribute.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Dimension of the DimensionAttribute.

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

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public Dimension Parent { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property Dimension^ Parent {
    Dimension^ get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member Parent : Dimension with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property Parent As Dimension

Property Value

Type: Microsoft.AnalysisServices.Dimension

The parent Dimension of the DimensionAttribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top