ISchema properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
LoadOptions
|
IDataDefinitionOptions1
|
Read-only | Provides access to the following IDataDefinitionOptions properties
that allow you to read or write the corresponding load options:
IDataDefinitionOptions properties are reserved for
OpenEdge use only. |
Partitions
|
IPartitionCollection
|
Read-only | Set to a collection of IPartition objects
for all partitions in the loaded schema. The value is populated
after executing the UpdateSchemaChanges( ) or LoadSchemaChanges( ) service
methods. |
1 This interface is currently defined in the OpenEdge.DataAdmin.Binding package,
which is supported for OpenEdge use only. You can access the documented properties
of the referenced IDataDefinitionOptions object. However, to minimize future changes
to your application code, do not define any application data elements using this
interface type. A future release of OpenEdge will provide a public interface that
you can use to define object references in your code. In this release, make all
references to properties of the IDataDefinitionOptions object using chained
references directly on the LoadOptions property, for example,
LoadOptions:ForceIndexDeactivation = true.