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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.