CreateRequest.Target プロパティ
適用対象: CRM 2015 on-prem, CRM Online
Gets or sets an instance of an entity that you can use to create a new record. Required.
名前空間: Microsoft.Xrm.Sdk.Messages
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
Public Property Target As Entity
public Entity Target { get; set; }
プロパティ値
Type: Entity
The entity instance.
備考
The specified target record must contain values for all the attributes where the RequiredLevel is set to SystemRequired. You can see the required level value for each entity in the Entity Metadata topic for the entity. If the entity instance includes properties where IsValidForCreate is false, the values are ignored. この情報は、組織のメタデータ内にあります。前述のメタデータ ブラウザー情報を確認してください。
スレッド セーフ
この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
CreateRequest クラス
CreateRequest のメンバー
Microsoft.Xrm.Sdk.Messages 名前空間
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.