Condividi tramite


Proprietà Dimension.IMajorObject.ParentDatabase

Gets the parent database referred by the Dimension.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property ParentDatabase As Database 
    Implements IMajorObject.ParentDatabase 
    Get
'Utilizzo
Dim instance As Dimension 
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: Microsoft.AnalysisServices.Database
The parent database referred by the Dimension.

Implementa

IMajorObject.ParentDatabase

Vedere anche

Riferimento

Dimension Classe

Spazio dei nomi Microsoft.AnalysisServices