Inherits methods from IPartitionOwner and defines the methods listed in the table Table Partition Maintenance IPartitionParent interface properties.

Table 1. 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.