ModelRole.ModelPermission Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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