Microsoft.SQLServer.Core.DatabaseMSSQL: Generic DB

Microsoft.SQLServer.Core.Database (ClassType)

Basic collection of common properties for all versions of SQL Server DBs.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of SQL Server DBs.

Element properties:

Base ClassSystem.Database
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddc27d475-4aa7-e698-e009-d6ba948f014a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Core.Database:
DatabaseName  string  Database Name true 256  False     
Collation  string  Collation false 256  False     
RecoveryModel  string  Recovery Model false 256  False     
Updateability  string  Updateability false 256  False     
DatabaseAutogrow  string  Database Autogrow Set false 256  False     
LogAutogrow  string  Log Autogrow Set false 256  False     
UserAccess  string  User Access false 256  False     
Owner  string  Owner false 256  False     

Health Model:

Source Code:

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