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