Microsoft.SQLServer.Core.DatabaseMSSQL: 一般資料庫

Microsoft.SQLServer.Core.Database (ClassType)

SQL Server DB 所有版本之通用屬性的基本集合。

Knowledge Base article:

摘要

SQL Server DB 所有版本之通用屬性的基本集合。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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     
DatabaseAutogrow  string      false 256  False     
LogAutogrow  string      false 256  False     
UserAccess  string      false 256  False     
Owner  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"/>
<Property ID="DatabaseAutogrow" Type="string"/>
<Property ID="LogAutogrow" Type="string"/>
<Property ID="UserAccess" Type="string"/>
<Property ID="Owner" Type="string"/>
</ClassType>