PerspectiveCalculation.ParentDatabase Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Database of a PerspectiveCalculation 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 Database object.

See Also

PerspectiveCalculation Class
Microsoft.AnalysisServices Namespace

Return to top