SemanticModel Object (Model Designer)
The SemanticModel object contains all of the properties and relationships within the semantic model.
| Name | Cardinality | Type | Description |
|---|---|---|---|
|
ID |
1 |
String |
The unique identifier of the model. |
|
Description |
0-1 |
String |
The description of the model. |
|
Version |
0-1 |
String |
The user-defined version string for the model. |
|
0-1 |
Object |
The entities in the model. | |
|
Culture |
0-1 |
Language |
The culture used for the Name attribute in the model. If a value is not specified, the default is the culture of the server. |
|
0-1 |
Object |
The subsets of the model provided to users as constrained submodels. | |
|
0-1 |
Object |
The custom properties for the model. | |
|
DataSourceView |
1 |
Object |
The data source view (DSV) that describes the physical model. |