Właściwość Server.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 Server
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.