ISql90PartitionScheme.Filegroups Property

Gets the list of filegroups that are used by the partition scheme.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Filegroups As IList(Of ISql90FilegroupSpecifier)
IList<ISql90FilegroupSpecifier> Filegroups { get; }
property IList<ISql90FilegroupSpecifier^>^ Filegroups {
    IList<ISql90FilegroupSpecifier^>^ get ();
}
abstract Filegroups : IList<ISql90FilegroupSpecifier>
function get Filegroups () : IList<ISql90FilegroupSpecifier>

Property Value

Type: System.Collections.Generic.IList<ISql90FilegroupSpecifier>

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace