Freigeben über


ISql90PartitionScheme.StoredObjects-Eigenschaft

Ruft die Liste der Objekte ab, die mit diesem Partitionsschema 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 ISql90SpecifiesStorage)
    Get
IList<ISql90SpecifiesStorage> StoredObjects { get; }
property IList<ISql90SpecifiesStorage^>^ StoredObjects {
    IList<ISql90SpecifiesStorage^>^ get ();
}
abstract StoredObjects : IList<ISql90SpecifiesStorage>
function get StoredObjects () : IList<ISql90SpecifiesStorage>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90PartitionScheme Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace