Свойство AttributeRelationship.ParentDatabase
Gets the ParentDatabase object for the current AttributeRelationship object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
Get
'Применение
Dim instance As AttributeRelationship
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 with the parent database.