PerspectiveHierarchy.ParentDatabase Property

 

Applies To: SQL Server 2016 Preview

Gets the parent T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.database.aspx" Microsoft.AnalysisServices.Database of a PerspectiveHierarchy object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Database

A T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.database.aspx" Microsoft.AnalysisServices.Database object.

See Also

PerspectiveHierarchy Class
Microsoft.AnalysisServices Namespace

Return to top