Freigeben über


Dimension.IMajorObject.ParentDatabase-Eigenschaft

Gets the parent database referred by the Dimension.

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

Syntax

'Declaration
Private ReadOnly Property ParentDatabase As Database 
    Implements IMajorObject.ParentDatabase 
    Get
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

IMajorObject.ParentDatabase

Siehe auch

Verweis

Dimension Klasse

Microsoft.AnalysisServices-Namespace