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

Microsoft.SQLServer.2014.Database (ClassType)

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

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7a6698d6-5d95-71ae-a479-fc1b0590fe4f

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.2014.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.2014.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>