VEventCollectionAssignUniqueIds Method
This can be used to ensure that all events in the collection have a unique ID assigned to them
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void AssignUniqueIds(
bool forceNew
)
Public Sub AssignUniqueIds (
forceNew As Boolean
)
public:
void AssignUniqueIds(
bool forceNew
)
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.