VEvent CollectionAssign Unique Ids Method
This can be used to ensure that all events in the collection have a unique ID assigned to them
Definition
Namespace: EWSoftware.PDI.Objects
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#
public void AssignUniqueIds(
bool forceNew
)VB
Public Sub AssignUniqueIds (
forceNew As Boolean
)C++
public:
void AssignUniqueIds(
bool forceNew
)F#
member AssignUniqueIds :
forceNew : bool -> unit Parameters
- forceNew Boolean
- If true, a new unique ID is assigned regardless of whether one already exists. If false and the event already has a unique ID, it keeps the old one.