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
- 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.