Model Properties (SSAS Tabular)
This topic describes tabular model properties. Each tabular model project in SQL Server Data Tools (SSDT) has model properties that affect how the model you are authoring is built, how it is backed up, and how the workspace database is stored. Model properties described here do not apply to models that have already been deployed.
Sections in this topic:
Model Properties
To configure model property settings
Model Properties
Advanced
Property |
Default setting |
Description |
---|---|---|
Build Action |
Compile |
This property specifies how the file relates to the build and deployment process. This property setting has the following options:
|
Copy to Output Directory |
Do Not Copy |
This property specifies the source file will be copied to the output directory. This property setting has the following options:
|
Miscellaneous
[!UWAGA]
Some properties are set automatically when the model is created and cannot be changed.
[!UWAGA]
Workspace Server, Workspace Retention, and Data Backup properties have default settings applied when you create a new model project. You can change the default settings for new models on the Data Modeling page in Analysis Server settings in the Tools\Options dialog box. These properties, as well as others, can also be set for each model in the Properties window. For more information, see Configure Default Data Modeling and Deployment Properties (SSAS Tabular).
Property |
Default setting |
Description |
---|---|---|
Collation |
Default collation for the computer for which Visual Studio is installed. |
The collation designator for the model. |
Compatibility Level |
Default or other selected when creating the project. |
Applies to SQL Server 2012 Analysis Services SP1. Specifies the features and settings available for this model. For more information, see Compatibility Level (SSAS Tabular SP1). |
Data Backup |
Do not back up to disk |
Specifies whether or not a backup of the model data is kept in a backup file. This property setting has the following options:
The default setting for this property can be changed on the Data Modeling page in Analysis Server settings in the Tools\Options dialog box. |
DirectQuery Mode |
Off |
Specifies whether or not this model operates in DirectQuery Mode. For more information, see DirectQuery Mode (SSAS Tabular). |
File Name |
Model.bim |
Specifies the name of the .bim file. The file name should not be changed. |
Full Path |
Path specified when the project was created. |
The model.bim file location. This property cannot be set in the Properties window. |
Language |
English |
The default language of the model. The default language is determined by the Visual Studio language. This property cannot be set in the Properties window. |
Workspace Database |
The project name, followed by an underscore, followed by a GUID. |
The name of the workspace database used for storing and editing the in-memory model for the selected model.bim file. This database will appear in the Analysis Services instance specified in the Workspace Server property. This property cannot be set in the Properties window. For more information, see Workspace Database (SSAS Tabular). |
Workspace Retention |
Unload from memory |
Specifies how a workspace database is retained after a model is closed. A workspace database includes model metadata, the data imported into a model, and impersonation credentials (encrypted). In some cases, the workspace database can be very large and consume a significant amount of memory. By default, workspace databases are unloaded from-memory. When changing this setting, it is important to consider your available memory resources as well as how often you plan to work on the model. This property setting has the following options:
The default setting for this property can be changed on the Data Modeling page in Analysis Server settings in the Tools\Options dialog box. |
Workspace Server |
localhost |
This property specifies the default server that will be used to host the workspace database while the model is being authored in s. All available instances of Analysis Services running on the local computer are included in the listbox.
The default setting for this property can be changed on the Data Modeling page in Analysis Server settings in the Tools\Options dialog box. |
To configure model property settings
In SQL Server Data Tools (SSDT), in Solution Explorer, click the Model.bim file.
In the Properties window, click a property, and then type a value or click the down arrow to select a setting option.
Zobacz także
Koncepcje
Configure Default Data Modeling and Deployment Properties (SSAS Tabular)