CubeAttribute.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent of the CubeAttribute object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.CubeDimension

A CubeDimension object.

See Also

CubeAttribute Class
Microsoft.AnalysisServices Namespace

Return to top