Partilhar via


Propriedade ISql90PartitionScheme.StoredObjects

Obtém a lista de objetos que são armazenados usando o esquema de partição.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90PartitionScheme Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel