New( ) method (Table policy)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Factory method to create a CDC table policy. Calling this method returns a new
object for ICDCTablePolicy instance with Name as the customary parameter. The Name property of the ICDCTablePolicy
object is assigned to the _policy-name field in the
database and requires Name as the input
parameter.
The returned ICDCTablePolicy object can be modified before creating
the table policy in the database using the DataAdminService.
Return type: ICDCTablePolicy
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class
Syntax
|