Assembly: Ms;
The IMsMetaModel interface contains properties of the container object model, that is, Metamodel.
IMsMetaModel
Metamodel is an object combining models into a sequence that is used to calculate by modeling problem. A metamodel contains hierarchy of elements - models and folders. Folders are required for logical combination of model groups and for convenient displaying of sequence.
Property name | Brief description | |
The CalculateIdentOnFact property determines whether to load data on calculating on the Fact scenario. | ||
The CalculationChain property returns the collection of the root elements of the metamodel calculation chain. | ||
The CreateFormulaFindInfo property returns the object used for setting formulas search conditions. | ||
The ObjectParamValues property returns the collection of parameters of the object being opened. | ||
The Params property returns a collection of metamodel parameters. | ||
The VisualController property returns parameters of metamodel visual building. |
Property name | Brief description | |
The Settings property returns validation settings. |
Property name | Brief description | |
The Description property determines object description. | ||
The MetabaseObject property determines a repository object that stores an object. |
Property name | Brief description | |
Id | The Id property determines the object identifier. | |
Key | The Key property returns the object key. | |
Name | The Name property determines the object name. |
Property name | Brief description | |
The Convert method converts internal models of the metamodel to entities which are not repository objects and back. | ||
The FindFormulas method searches for formulas according to the specified parameters. | ||
The FindMetaModelByKey method searches for the metamodel in the calculation chain based on the key. | ||
The FindModelByKey method searches for a model in the metamodel calculation chain based on the key. | ||
The GenerateChain method generates a calculation chain for the metamodel. | ||
The GetDimInstance method returns dictionary data from the abstract data source. | ||
The RefreshObjects method refreshes calculation chain objects by reopening dimensions. | ||
The RestoreLaner method restores working area of time series database from a metamodel. | ||
The SaveLaner method stores a model of the series workbook in the metamodel chain. |
See also: