Dela via


ISql90PartitionScheme.StoredObjects Property

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

Syntax

'Declaration
ReadOnly Property StoredObjects As IList(Of ISql90SpecifiesStorage)
'Usage
Dim instance As ISql90PartitionScheme 
Dim value As IList(Of ISql90SpecifiesStorage)

value = instance.StoredObjects
IList<ISql90SpecifiesStorage> StoredObjects { get; }
property IList<ISql90SpecifiesStorage^>^ StoredObjects {
    IList<ISql90SpecifiesStorage^>^ get ();
}
function get StoredObjects () : IList<ISql90SpecifiesStorage>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

ISql90PartitionScheme Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace