Microsoft.SQLServer.2016.DatabaseСУБД SQL Server 2016

Microsoft.SQLServer.2016.Database (ClassType)

База данных Microsoft SQL Server 2016

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2445b3c8-e05d-ad25-4c62-61aa307d3478

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.SQLServer.2016.Database:
DatabaseName  string  Имя базы данных true 256  False 
RecoveryModel  string  Модель восстановления false 256  False 
DatabaseAutogrow  string  Задано автоувеличение базы данных false 256  False 
LogAutogrow  string  Задано автоувеличение журнала false 256  False 
Updateability  string  Обновляемость false 256  False 
UserAccess  string  Доступ пользователей false 256  False 
Collation  string  Параметры сортировки false 256  False 
Owner  string  Владелец false 256  False 
ResourcePool  string  Пул ресурсов false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.Database" Accessibility="Public" Base="System!System.Database" Hosted="true" Abstract="false" Singleton="false">
<Property ID="DatabaseName" Type="string" Key="true"/>
<Property ID="RecoveryModel" Type="string"/>
<Property ID="DatabaseAutogrow" Type="string"/>
<Property ID="LogAutogrow" Type="string"/>
<Property ID="Updateability" Type="string"/>
<Property ID="UserAccess" Type="string"/>
<Property ID="Collation" Type="string"/>
<Property ID="Owner" Type="string"/>
<Property ID="ResourcePool" Type="string"/>
</ClassType>