Énumération AssociatedMenuBehavior
S'applique à: CRM 2015 on-prem, CRM Online
Describes the behavior of the associated menu for a one-to-many relationship.
Espace de noms: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name:="AssociatedMenuBehavior", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration AssociatedMenuBehavior
[DataContractAttribute(Name="AssociatedMenuBehavior", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AssociatedMenuBehavior
Membres
Nom du membre | Description |
---|---|
DoNotDisplay | Do not show the associated menu. Value = 2. |
UseCollectionName | Use the collection name for the associated menu. Value = 0. |
UseLabel | Use the label for the associated menu. Value = 1. |
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.Metadata
Autres ressources
Create Entity Relationships
Customize Entity Relationship Metadata
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.