Microsoft.SQLServer.2016.DatabaseSQL Server 2016 DB

Microsoft.SQLServer.2016.Database (ClassType)

Microsoft SQL Server 2016 Database

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SQLServer.2016.Database:
DatabaseName  string  Database Name true 256  False 
RecoveryModel  string  Recovery Model false 256  False 
DatabaseAutogrow  string  Database Autogrow Set false 256  False 
LogAutogrow  string  Log Autogrow Set false 256  False 
Updateability  string  Updateability false 256  False 
UserAccess  string  User Access false 256  False 
Collation  string  Collation false 256  False 
Owner  string  Owner false 256  False 
ResourcePool  string  Resource Pool 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>