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