Share via


Cube.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Database of the Cube object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Database

A Database object.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top