Share via


ModelRole.ModelPermission Property

Definition

The level of access for this role. Possible values are as follows. None (1): The role has no access to the model. Read (2): The role can read metadata and data of the model. ReadRefresh (3): The role has read and refresh permission. Refresh (4): The role can refresh the data and calculations in the model. Administrator (5): The role can administer the model.

public Microsoft.AnalysisServices.Tabular.ModelPermission ModelPermission { get; set; }
member this.ModelPermission : Microsoft.AnalysisServices.Tabular.ModelPermission with get, set
Public Property ModelPermission As ModelPermission

Property Value

Applies to