次の方法で共有


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.