Énumération EntityRole
S'applique à: CRM 2015 on-prem, CRM Online
Contains values to indicate the role the entity plays in a relationship.
Espace de noms: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
<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
Membres
Nom du membre | Description |
---|---|
Referenced | Specifies that the entity is the referenced entity. Value = 1. |
Referencing | Specifies that the entity is the referencing entity. Value = 0. |
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Espace de noms Microsoft.Xrm.Sdk
Relationship
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.