Microsoft.SQLServer.Core.FilegroupMSSQL: Generic Filegroup Abstract

Microsoft.SQLServer.Core.Filegroup (ClassType)

Basic collection of common properties for all versions of SQL Server Filegroups Abstract.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of 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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SQLServer.Core.Filegroup:
GroupName  string  Group Name true 256  False 
ReadOnly  bool  Read Only false 256   
FilegroupType  string  Filegroup Type 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>