应用到: CRM 2015 on-prem, CRM Online
Contains the possible access rights for a user.
命名空间: Microsoft.Crm.Sdk.Messages
程序集: Microsoft.Crm.Sdk.Proxy (在 Microsoft.Crm.Sdk.Proxy.dll 中)
语法
声明
<FlagsAttribute> _
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration AccessRights
[FlagsAttribute]
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum AccessRights
成员
| 成员名称 | 描述 |
|---|---|
| AppendAccess | The right to append the specified record to another object. Value = 0x10. |
| AppendToAccess | The right to append another record to the specified object. Value = 16. |
| AssignAccess | The right to assign the specified record to another user or team. Value = 0x80000. |
| CreateAccess | The right to create a record. Value = 0x20. |
| DeleteAccess | The right to delete the specified record. Value = 0x10000. |
| None | No access. Value = 0. |
| ReadAccess | The right to read the specified type of record. Value = 1. |
| ShareAccess | The right to share the specified record. Value = 0x40000. |
| WriteAccess | The right to update the specified record. Value = 2. |
备注
This enumeration is used for the AccessMask property.
平台
开发平台
Windows Vista、Windows Server 2003 和
目标平台
Windows Vista,Windows XP
另请参阅
参考
Microsoft.Crm.Sdk.Messages 命名空间
AccessMask
其他资源
The Security Model of Microsoft Dynamics CRM
Setting Bit Flags
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.