Propriété MiningStructure.IMajorObject.ParentDatabase
Gets the parent database implementation of the mining structure.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Private ReadOnly Property ParentDatabase As Database
Implements IMajorObject.ParentDatabase
Get
'Utilisation
Dim instance As MiningStructure
Dim value As Database
value = CType(instance, IMajorObject).ParentDatabase
Database IMajorObject.ParentDatabase { get; }
private:
virtual property Database^ ParentDatabase {
Database^ get () sealed = IMajorObject::ParentDatabase::get;
}
private abstract ParentDatabase : Database
private override ParentDatabase : Database
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de propriété
Type : Microsoft.AnalysisServices.Database
The parent database implementation of the mining structure.