CopyMemberOptions enum | QSYS API Reference Guide
Specifies the options for copying members.
Namespace: ASNA.DataGate.Client.CopyData
Assembly: ASNA.QSys.DataGate.Client.dll
Remarks
This enumeration is used to control how members are copied. The options are:
- Add: The member is added to the destination. If the member already exists, an error occurs.
- Replace: The member is replaced in the destination. If the member does not exist, an error occurs.
- UpdateAdd: The member is updated in the destination. If the member does not exist, it is added.
Enum Values
Name | Description | Value |
---|---|---|
Add | The member is added to the destination. If the member already exists, an error occurs. | 0 |
Replace | The member is replaced in the destination. If the member does not exist, an error occurs. | 1 |
UpdateAdd | The member is updated in the destination. If the member does not exist, it is added. | 2 |