ISql90PartitionScheme.StoredObjects Property
Gets the list of objects that are stored by using this partition scheme.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property StoredObjects As IList(Of ISql90SpecifiesStorage)
IList<ISql90SpecifiesStorage> StoredObjects { get; }
property IList<ISql90SpecifiesStorage^>^ StoredObjects {
IList<ISql90SpecifiesStorage^>^ get ();
}
abstract StoredObjects : IList<ISql90SpecifiesStorage>
function get StoredObjects () : IList<ISql90SpecifiesStorage>
Property Value
Type: System.Collections.Generic.IList<ISql90SpecifiesStorage>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.