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

IPartionPolicySet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 134. Table Partition Maintenance IPartitionPolicySet interface methods
Method syntax
Description
LOGICAL CanFind ( name AS CHARACTER )
Returns TRUE if the collection contains a partition policy with the specified name.
IPartitionPolicy Find ( name AS CHARACTER )
Returns the partition policy object from the set that has its name property set to name.
Returns the Unknown value (?) if the object is not found.
See also:
*IDataAdminCollectioninterface
*IPartitionPolicyDetailSet interface