...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxMoveModelBN (sourceRepositoryName : STRING;
modelName : STRING;
targetRepositoryName : STRING)
status : INTEGER;
|
The xpxMoveModelBN procedure moves the specified data model to the specified repository.
The specified data model must be closed before this operation can be successfully performed. The source repository must be open and the target repository must be open for write access, before this function can be successfully performed. This function is equivalent to the EDMinterface function edmiMoveModelBN.
Arguments
...
Type | Name | Comment |
STRING | sourceRepositoryName | Specifies the name of the repository in the EDMdatabase that holds the model of interest (source repository). Repository names are case sensitive. |
STRING | modelName | Specifies the name of the model to move. Model names are case sensitive. |
STRING | targetRepositoryName | Specifies the name of the target repository in the EDMdatabase. Repository names are case sensitive. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|