Udostępnij za pośrednictwem


Właściwość Cube.IMajorObject.ParentDatabase

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Private ReadOnly Property ParentDatabase As Database
    Implements IMajorObject.ParentDatabase
    Get
'Użycie
Dim instance As Cube
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość właściwości

Typ: Microsoft.AnalysisServices.Database

Implementacje

IMajorObject.ParentDatabase