Udostępnij za pośrednictwem


Właściwość MeasureGroup.ParentDatabase

Pobiera obiekt bazy danych, który jest elementem nadrzędnym z MeasureGroup obiektu modułu.

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

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
    Get
'Użycie
Dim instance As MeasureGroup
Dim value As Database

value = instance.ParentDatabase
[BrowsableAttribute(false)]
public Database ParentDatabase { get; }
[BrowsableAttribute(false)]
public:
property Database^ ParentDatabase {
    Database^ get ();
}
[<BrowsableAttribute(false)>]
member ParentDatabase : Database
function get ParentDatabase () : Database

Wartość właściwości

Typ: Microsoft.AnalysisServices.Database
Obiekt bazy danych.