Поделиться через


Свойство MeasureGroup.ParentDatabase

Gets the Database object which is the parent of the MeasureGroup 's Cube object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.Database
A Database object.

См. также

Справочник

MeasureGroup Класс

Пространство имен Microsoft.AnalysisServices