SetUniqueNamesFlag
Purpose
SetUniqueNamesFlag sets the flag that indicates if unique naming is set on the relationship description
Syntax
void SetUniqueNamesFlag (const short flagArg)
Argument |
In/Out |
Description |
flagArg |
In |
FlagArg = MD_UNIQUE (1) objects in the destination collection must have unique names FlagArg = MD_NULL (0) objects with duplicate names are permitted in the destination collection. |