Microsoft.SQLServer.DBFileGroupSQL DB ファイルグループ

Microsoft.SQLServer.DBFileGroup (ClassType)

あらゆる SQL Server バージョンの、すべての Microsoft SQL Server データベース ファイルグループ。

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2216ba41-8941-53f3-cdbf-448521e2d6c1

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.DBFileGroup:
GroupID  string  グループ ID true 256  False 
GroupName  string  グループ名 false 256  False 
Size  double  サイズ (MB) (非推奨) false 256   
ReadOnly  bool  読み取り専用 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.DBFileGroup" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="GroupID" Type="string" Key="true"/>
<Property ID="GroupName" Type="string"/>
<Property ID="Size" Type="double"/>
<Property ID="ReadOnly" Type="bool"/>
</ClassType>