|
|
OpenEdge.DataAdmin.IArea Area
|
/** The Area of the partition - readonly when the partition is allocated */
|
|
|
OpenEdge.DataAdmin.ISchemaElement Element
|
/** The SchemaElement (ITable,IField or IIndex) of the partition */
|
|
|
LOGICAL IsCdcEnabled
|
/** returns true if the partition belongs to a partition enabled table */
|
|
|
CHARACTER ObjectType
|
/** The ObjectType of the partition - character expression Table,Index or Field */
|
|
|
OpenEdge.DataAdmin.ITenant Tenant
|
/** The Tenant of the partition - unknown if this is a group partition */
|
|
|
OpenEdge.DataAdmin.ITenantGroup TenantGroup
|
/** The TenantGroup of the partition - unknown if this is a tenant partition */
|