AggregationDimension.ParentDatabase Property

Gets the Database object that is the parent of the AggregationDimension object's Cube object.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Usage
Dim instance As AggregationDimension 
Dim value As Database 

value = instance.ParentDatabase
[BrowsableAttribute(false)]
public Database ParentDatabase { get; }
[BrowsableAttribute(false)]
public:
property Database^ ParentDatabase {
    Database^ get ();
}
[<BrowsableAttribute(false)>]
member ParentDatabase : Database
function get ParentDatabase () : Database

Property Value

Type: Microsoft.AnalysisServices.Database
A Database object.

See Also

Reference

AggregationDimension Class

Microsoft.AnalysisServices Namespace