Microsoft.SQLServer.2017.Library.DatabaseMSSQL 2017: Generic DB

Microsoft.SQLServer.2017.Library.Database (ClassType)

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

Knowledge Base article:

Summary

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

Element properties:

Base ClassSystem.Database
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId39f2e46d-4226-a826-1edb-ef6a0eb9baab

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.2017.Library.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     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2017.Library.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"/>
</ClassType>