RetrieveRequest.RelatedEntitiesQuery プロパティ
適用対象: CRM 2015 on-prem, CRM Online
Gets or sets the query that describes the related records to be retrieved. Optional.
名前空間: Microsoft.Xrm.Sdk.Messages
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
Public Property RelatedEntitiesQuery As RelationshipQueryCollection
public RelationshipQueryCollection RelatedEntitiesQuery { get; set; }
プロパティ値
Type: RelationshipQueryCollection
The query that describes the related records to be retrieved.
備考
This property value is a collection of link-entity/query pairs. For each relationship between the Target entity and another entity, you can specify a query for the records that are related to the Target record.
スレッド セーフ
この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
RetrieveRequest クラス
RetrieveRequest のメンバー
Microsoft.Xrm.Sdk.Messages 名前空間
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.