MetadataPermission Enum
Definition
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.