ISql90PartitionScheme.Filegroups Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Filegroups As IList(Of ISqlFilegroup)
'Usage
Dim instance As ISql90PartitionScheme
Dim value As IList(Of ISqlFilegroup)
value = instance.Filegroups
IList<ISqlFilegroup> Filegroups { get; }
property IList<ISqlFilegroup^>^ Filegroups {
IList<ISqlFilegroup^>^ get ();
}
function get Filegroups () : IList<ISqlFilegroup>
Property Value
Type: System.Collections.Generic.IList<ISqlFilegroup>
.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.