Base PropertyClone(PDIObject) Method
This is overridden to allow copying values from the specified PDI object into the instance
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override void Clone(
PDIObject p
)VB
Protected Overrides Sub Clone (
p As PDIObject
)C++
protected:
virtual void Clone(
PDIObject^ p
) overrideF#
abstract Clone :
p : PDIObject -> unit
override Clone :
p : PDIObject -> unit Parameters
- p PDIObject
- The PDI object from which the settings are to be copied
Remarks
Derived classes must call this method to copy the standard PDI object properties. It only
needs to be overridden if the derived class has additional properties.