UniqueIdPropertyClone Method
This is overridden to allow cloning of a PDI object
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override Object Clone()
Public Overrides Function Clone As Object
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
ObjectA clone of the object
ICloneableClone The ID will be cloned which may result in a duplicate ID if the object is stored in the same
calendar. You must manually assign a new unique ID after cloning if necessary.