Proprietà CreateRequest.Target
Si applica a: CRM 2015 on-prem, CRM Online
Gets or sets an instance of an entity that you can use to create a new record. Required.
Spazio dei nomi: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
Public Property Target As Entity
public Entity Target { get; set; }
Valore proprietà
Type: Entity
The entity instance.
Note
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. Tali informazioni sono disponibili nei metadati per l'organizzazione. Vedere le informazioni sul browser dei metadati precedenti.
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Classe CreateRequest
Membri CreateRequest
Spazio dei nomi Microsoft.Xrm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.