Enum MetadataPermission
Access control to a data defined by a metadata object.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum MetadataPermission
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.
Fields
Name | Description |
---|---|
Default | Default behavior - no access control is enforced |
None | Access to the data is restricted |
Read | Access to the data is unrestricted |