Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains values specifying the effective security permission for a user of an MDS object.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration SecurityPermission
'Usage
Dim instance As SecurityPermission
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SecurityPermission
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class SecurityPermission
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPermission
public enum SecurityPermission
Members
| Member name | Description | |
|---|---|---|
| Deny | Denies permission to an object. | |
| Inferred | Permission has been provided by a parent entity bestowing rights. | |
| NotSpecified | Security permission has not been specified in any way. | |
| Read | Permission to view the object is provided but there is no ability to change the value. | |
| Update | Access to read and update an object. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace