Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
alter model
statement
Alters an existing model and puts it in context.
Syntax
alter model [ModelName] as
[name Name]
[version Version]
[description Description]
Returns
The model just altered.
Examples
Intent |
Code |
Alter a model as having a new name |
alter model MyModel as AnotherModel; |
Alter a model to change its version |
alter model MyModel as version '1.0.3.1'; |
Alter a model as having a new name and description |
alter model MyModel as AnotherModel description "This is another model."; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020