Свойство DataSourceView.IMajorObject.ParentDatabase
Gets the parent database referred by the DataSourceView.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private ReadOnly Property ParentDatabase As Database
Implements IMajorObject.ParentDatabase
Get
'Применение
Dim instance As DataSourceView
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
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Значение свойства
Тип: Microsoft.AnalysisServices.Database
The parent database referred by the DataSourceView.