Microsoft.SQLServer.2014.DatabaseSQL Server 2014 資料庫

Microsoft.SQLServer.2014.Database (ClassType)

Microsoft SQL Server 2014 資料庫

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7a6698d6-5d95-71ae-a479-fc1b0590fe4f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SQLServer.2014.Database:
DatabaseName  string  資料庫名稱 true 256  False 
RecoveryModel  string  復原模式 false 256  False 
DatabaseAutogrow  string  資料庫自動成長設定 false 256  False 
LogAutogrow  string  記錄檔自動成長設定 false 256  False 
Updateability  string  可更新性 false 256  False 
UserAccess  string  使用者存取 false 256  False 
Collation  string  定序 false 256  False 
Owner  string  擁有者 false 256  False 
ResourcePool  string  資源集區 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.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>