EntityRole 枚举
应用到: CRM 2015 on-prem, CRM Online
Contains values to indicate the role the entity plays in a relationship.
命名空间: Microsoft.Xrm.Sdk
程序集: Microsoft.Xrm.Sdk (在 Microsoft.Xrm.Sdk.dll 中)
语法
声明
<DataContractAttribute(Name:="EntityRole", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
Public Enumeration EntityRole
[DataContractAttribute(Name="EntityRole", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")]
public enum EntityRole
成员
成员名称 | 描述 |
---|---|
Referenced | Specifies that the entity is the referenced entity. Value = 1. |
Referencing | Specifies that the entity is the referencing entity. Value = 0. |
平台
开发平台
Windows Vista、Windows Server 2003 和
目标平台
Windows Vista,Windows XP
另请参阅
参考
Microsoft.Xrm.Sdk 命名空间
Relationship
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.