IPartitionOwner properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IPartitionOwner properties
The IPartitionOwner interface defines
the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
Id
|
INTEGER
|
Read-only | Returns the unique, internal tenant identifier
that is generated by the database. Note: Dump and load
generates a new value. |
IsAllocated
|
LOGICAL
|
Read-only | Returns TRUE if all table partitions have a state of
"Allocated" or "None".Returns
Note: Use the Allocate( ) method on
IPartitionParent to allocate delayed partitions for a
table. |
Partitions
|
IPartitionMap
|
Read-only | Returns a collection of all partitions of the
table partitions mapped by ISchemaElement (ITable, IIndex, and IField). |