PartitionScheme.FileGroups Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property FileGroups As StringCollection
Get
'Usage
Dim instance As PartitionScheme
Dim value As StringCollection
value = instance.FileGroups
[SfcPropertyAttribute]
public StringCollection FileGroups { get; }
[SfcPropertyAttribute]
public:
property StringCollection^ FileGroups {
StringCollection^ get ();
}
[<SfcPropertyAttribute>]
member FileGroups : StringCollection
function get FileGroups () : StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A FileGroupCollection object that represents all the filegroups on the database.
See Also