Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IPartitionOwner interface : IPartitionOwner properties
 

IPartitionOwner properties

The IPartitionOwner interface defines the properties listed in the following table.
Table 98. Table Partition Maintenance IPartitionOwner interface properties
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 FALSE if any table partition has a state of "Delayed".
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).