Proprietà ISql90PartitionScheme.StoredObjects

Ottiene l'elenco degli oggetti archiviati mediante questo schema di partizione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90PartitionScheme Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel