ModelPermission Enumeration
Updated: May 24, 2016
An enumeration of possible model permissions that can be used in a Role object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Administrator | Provides full access to the model. | |
| None | The role has no access to the model. | |
| Read | The role can read metadata and data of the model. | |
| ReadRefresh | The role has read and refresh permission. | |
| Refresh | The role can refresh the data and calculations in the model. |
Show: