Partager via


Propriété AggregationDesign.ParentDatabase

Gets the ParentDatabase object that is the parent of the AggregationDesign object's Cube object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Utilisation
Dim instance As AggregationDesign 
Dim value As Database 

value = instance.ParentDatabase
[BrowsableAttribute(false)]
public Database ParentDatabase { get; }
[BrowsableAttribute(false)]
public:
virtual property Database^ ParentDatabase {
    Database^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract ParentDatabase : Database
[<BrowsableAttribute(false)>]
override ParentDatabase : Database
final function get ParentDatabase () : Database

Valeur de propriété

Type : Microsoft.AnalysisServices.Database
A Database object.

Implémente

IMajorObject.ParentDatabase

Voir aussi

Référence

AggregationDesign Classe

Espace de noms Microsoft.AnalysisServices