Share via


ISqlFilegroup.StoredObjects Property

Gets the list of objects that are stored on this filegroup.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISqlFilegroup Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace