EntityFilters 列挙
適用対象: CRM 2015 on-prem, CRM Online
Describes the type of entity metadata to retrieve.
名前空間: Microsoft.Xrm.Sdk.Metadata
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
<FlagsAttribute> _
<DataContractAttribute(Name:="EntityFilters", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration EntityFilters
[FlagsAttribute]
[DataContractAttribute(Name="EntityFilters", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum EntityFilters
メンバー
メンバー名 | 説明 |
---|---|
All | Use this to retrieve all data for an entity. Value = 15. |
Attributes | Use this to retrieve entity information plus attributes for the entity. Value = 2. |
Default | Use this to retrieve only entity information. Equivalent to EntityFilters.Entity. Value = 1. |
Entity | Use this to retrieve only entity information. Equivalent to EntityFilters.Default. Value = 1. |
Privileges | Use this to retrieve entity information plus privileges for the entity. Value = 4. |
Relationships | Use this to retrieve entity information plus entity relationships for the entity. Value = 8. |
備考
Use this enumeration with RetrieveAllEntitiesRequest and RetrieveEntityRequest.
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
Microsoft.Xrm.Sdk.Metadata 名前空間
他のリソース
Sample: Dump Entity Metadata to a File
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.