IPartitionPolicyDetail methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Inherits methods from IPartitionOwner and
defines the methods listed in the table Table Partition Maintenance IPartitionParent interface
properties.
| Method syntax | Description |
|---|---|
VOID SetValue(*)
|
Sets the value of a single field
partition policy with the native data-type. Note: * signifies all Data Types Note: The method throws an error if it is called after the
policy detail is created, or if it is called in a policy that has
multiple fields. |
VOID SetValue(*,INTEGER)
|
Sets the value of a multi-field partition
policy with the native data-type. Note: *
signifies all Data Types Note: The
method throws an error if it is called after the policy detail is
created, or if it is called in a policy where the field number
(second parameter) is out of bounds of the number of fields in the
policy. |