Microsoft.SQLServer.Core.FilegroupMSSQL: 一般檔案群組抽象

Microsoft.SQLServer.Core.Filegroup (ClassType)

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

Knowledge Base article:

摘要

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

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9fcfec09-1c49-52e8-6ce1-8f0cd80c33fd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
Microsoft.SQLServer.Core.Filegroup:
GroupName  string  群組名稱 true 256  False 
ReadOnly  bool  唯讀 false 256   
FilegroupType  string  檔案群組類型 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.Filegroup" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="GroupName" Type="string" Key="true"/>
<Property ID="ReadOnly" Type="bool"/>
<Property ID="FilegroupType" Type="string"/>
</ClassType>