PartitionScheme.FileGroups Property
Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)] public StringCollection FileGroups { get; }
Property Value
Type: System.Collections.Specialized.StringCollectionA FileGroupCollection object that represents all the filegroups on the database.
Show: