You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defines the default permissions in a Database element for a specific Role element.
Syntax
<DatabasePermissions>
<DatabasePermissionxsi:type="Permission">
<!-- The following elements extend Permission -->
<Administer>...</Administer>
...</DatabasePermission>
</DatabasePermissions>
DatabasePermission objects can exist only for roles owned by the database, and only one DatabasePermission object can exist for any role.
This element has the following validations under DeploymentMode value 2 (Tabular Models).
Administer attribute default value is set to False, except when the user has administrative privileges. For users with administrative privileges the attribute value is set to True.
The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DatabasePermission.