Partager via


ISql90PartitionScheme.StoredObjects, propriété

Obtient la liste des objets stockés à l'aide de ce schéma de partition.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90PartitionScheme Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms