Sdílet prostřednictvím


ISql90PartitionScheme.Filegroups – vlastnost

Získá seznam skupin souborů používané schéma oddílu.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90PartitionScheme Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů