ISchemaPartitionMap methods
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Inherits methods from IDataAdminCollection
and defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Returns TRUE if a partition object is mapped to the tenant
specified by pTenant. |
|
Returns TRUE if the partition object referenced by partition is in the map. |
|
Returns TRUE if a partition object is mapped to the tenant group
specified by pGroup. |
|
Returns the partition object that is
mapped to the IDataAdminElement
specified by pElm, which must be an
ITenant or ITenantGroup. Returns the Unknown value (?) if the object is not found. |
|
Returns the partition object that is
mapped to the ITenantGroup specified by
pGroup. Returns the Unknown value
(?) if the object is not
found. |
|
Returns the partition object that is
mapped to the ITenant specified by
pTenant. Returns the Unknown
value (?) if the object is not
found. |
|
Returns the partition object from the map
for the tenant group object that has its Name property set to pcName. Returns the Unknown value (?) if the object is not found. |
|
Returns the partition object from the map
for the tenant object that has its Name
property set to pcName. Returns the
Unknown value (?) if the object is not
found. |
|
Allocates all delayed partitions for all
tenants.Does not allocate partitions belonging to a tenant group.Returns
TRUE if any partition was
allocated. |
|
Allocates tenant partitions for the
parent schema element (ITable, IIndex, or IField).Does not allocate partitions belonging to a tenant group. The pcAllocationState parameter identifies the state of partitions to allocate:"All", "Delayed", or "None". Raises an error if the specified allocation state
is not valid.Returns TRUE if any
partition was allocated. |
|
Allocates all delayed partitions for all
tenant groups. Does not allocate partitions belonging to a tenant. ReturnsTRUE if any
partition was allocated. |
|
Allocates tenant group partitions for the
parent schema element (ITable, IIndex, or IField).Does not allocate partitions belonging to a tenant. The pcAllocationState parameter identifies the state of partitions to allocate:"All", "Delayed", or "None". Raises an error if the specified allocation state
is not valid.Returns TRUE if any
partition was allocated. |
For more information, see: