PermissionType 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.
Contains values that specify the effective permission assigned to a principal for accessing an MDS object.
public enum class PermissionType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="PermissionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PermissionType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="PermissionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type PermissionType =
Public Enum PermissionType
- Inheritance
-
PermissionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Permission is unknown. |
DenyAccess | 1 | Access is denied. |
Update | 2 | Permission to read and update. |
ReadOnly | 3 | Permission to read. |
Delete | 4 | Permission to delete contents. |
Execute | 5 | Not used. |
Control | 6 | Not used. |
NotSpecified | 99 | Permission is not specified. |