AS400ObjectsOption Enumeration
In This Topic
Specifies whether data should be transferred to a new member on the AS/400 or to an existing member, and whether the file that will contain the member already exists.
Members
Member | Description |
CreateFileAndMember | Creates a new member within a new host file. |
CreateMember | Creates a new member within an existing host file. |
RepMember | Sends to an existing member in an existing file. Before overwriting the existing member, Reflection does not prompt you to confirm the overwrite action. |
RepMemberConf | Sends to an existing member in an existing file. Before overwriting the existing member, Reflection prompts you to confirm the overwrite action. |
See Also