Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MetadataPermission Enum

Definition

Namespace:
Microsoft.AnalysisServices.Tabular
Assembly:
Microsoft.AnalysisServices.Tabular.dll
Package:
Microsoft.AnalysisServices v19.114.0

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.

Access control to a data defined by a metadata object.

public enum MetadataPermission
type MetadataPermission = 
Public Enum MetadataPermission
Inheritance
MetadataPermission

Fields

Name Value Description
Default 0

Default behavior - no access control is enforced

None 1

Access to the data is restricted

Read 2

Access to the data is unrestricted

Remarks

This enum is only supported when the compatibility level of the database is at 1400 or above.

Applies to