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
NewCDCTablePolicy( INPUT policyName AS CHARACTER )