Enumeração EntityRole
Aplica-se a: CRM 2015 on-prem, CRM Online
Contains values to indicate the role the entity plays in a relationship.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
<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
Membros
Nome do membro | Descrição |
---|---|
Referenced | Specifies that the entity is the referenced entity. Value = 1. |
Referencing | Specifies that the entity is the referencing entity. Value = 0. |
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Namespace Microsoft.Xrm.Sdk
Relationship
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.