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


Свойство Action.ParentDatabase

Gets the ParentDatabase object that is the parent of the Action object's Cube object.

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

Синтаксис

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

См. также

Справочник

Action Класс

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