Microsoft.SQLServer.Core.DatabaseMSSQL: 泛型数据库

Microsoft.SQLServer.Core.Database (ClassType)

所有版本的 SQL Server 数据库的公共属性的基本集合。

Knowledge Base article:

摘要

所有版本的 SQL Server 数据库的公共属性的基本集合。

Element properties:

Base ClassSystem.Database
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2fcf48f5-a9b0-78c9-db35-d554499ad2c7

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SQLServer.Core.Database:
DatabaseName  string  数据库名称 true 256  False     
Collation  string  排序规则 false 256  False     
RecoveryModel  string  恢复模式 false 256  False     
Updateability  string  可更新性 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"/>
</ClassType>