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


Свойство DataSourcePermission.ParentDatabase

Gets the parent Database of current object.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Применение
Dim instance As DataSourcePermission 
Dim value As Database 

value = instance.ParentDatabase
[BrowsableAttribute(false)]
public Database ParentDatabase { get; }
[BrowsableAttribute(false)]
public:
virtual property Database^ ParentDatabase {
    Database^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract ParentDatabase : Database
[<BrowsableAttribute(false)>]
override ParentDatabase : Database
final function get ParentDatabase () : Database

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

Тип: Microsoft.AnalysisServices.Database
The parent Database of current object.

Реализует

IMajorObject.ParentDatabase

См. также

Справочник

DataSourcePermission Класс

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