Microsoft.SQLServer.Core.DatabaseMSSQL: 汎用 DB

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 (JPN) Description (JPN) 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>