ModelPermission Enumeration

 

Updated: May 24, 2016

An enumeration of possible model permissions that can be used in a Role object.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class ModelPermission

Member nameDescription
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.

Return to top
Show: