Enum MetadataPermission
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Access control to a data defined by a metadata object.
public enum MetadataPermission
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 |
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.