Freigeben über


ISqlFilegroup.StoredObjects-Eigenschaft

Ruft die Liste der Objekte ab, die in dieser Dateigruppe gespeichert werden.

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)
    Get
IList<ISqlSpecifiesStorage> StoredObjects { get; }
property IList<ISqlSpecifiesStorage^>^ StoredObjects {
    IList<ISqlSpecifiesStorage^>^ get ();
}
abstract StoredObjects : IList<ISqlSpecifiesStorage>
function get StoredObjects () : IList<ISqlSpecifiesStorage>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlFilegroup Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace