Microsoft.SQLServer.2016.DatabaseSQL Server 2016 DB

Microsoft.SQLServer.2016.Database (ClassType)

Microsoft SQL Server 2016 データベース

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2445b3c8-e05d-ad25-4c62-61aa307d3478

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SQLServer.2016.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.2016.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>