SetRdsResult SetRds(RdsId tRds, SetRdsArg tArg)
tRds. MDM dictionary instance moniker.
tArg. Parameters of metadata change.
The SetRds operation changes MDM dictionary metadata.
This operation enables the user to change the following information about MDM dictionary structure:
Information about attributes.
Information about parameters.
Information about relationships with other dictionaries.
Information about levels.
Parameters of dictionary translation into other languages.
To execute the operation, in the tRds parameter specify the opened dictionary instance moniker, and in the tArg parameter specify parameters of change. The moniker can be obtained on executing the OpenRds operation. The tArg.pattern field is used to specify the pattern, according to which the changes are made, and the updated metadata is specified in the tArg.meta field. To save changed MDM dictionary after the SetRds operation, execute the SaveObject or SaveObjectAs operation.
The SetRds operation results in the moniker of the changed dictionary and the requested metadata, if the tArg.metaGet field was defined on executing the operation.
The example of adding a level to structure of an MDM dictionary. The request contains the dictionary moniker, the pattern indicating whether a level must be created, and metadata of the level to be created. The response contains information about all dictionary levels.
See also: