Compartir a través de


ISql90PartitionScheme.StoredObjects (Propiedad)

Obtiene la lista de objetos que se almacenan usando este esquema de partición.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90PartitionScheme Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)