Basic collection of common properties for all versions of SQL Server Filegroups Abstract.
Basic collection of common properties for all versions of SQL Server Filegroups Abstract.
Base Class | System.Entity |
Abstract | True |
Hosted | False |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | 9fcfec09-1c49-52e8-6ce1-8f0cd80c33fd |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive |
---|---|---|---|---|---|---|---|
System.Entity: | |||||||
string | Display Name | Display name of the object. | false | 4000 | 0 | False | |
Microsoft.SQLServer.Core.Filegroup: | |||||||
string | Group Name | true | 256 | 0 | False | ||
bool | Read Only | false | 256 | 0 | |||
string | Filegroup Type | false | 256 | 0 | False |
<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>