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

IPartitionPolicyDetail methods

Inherits methods from IPartitionOwner and defines the methods listed in Table 100.
Table 105. Table Partition Maintenance IPartitonPolicyDetail interface methods
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.