Propriedade do RDL EntityStagingProcessRequest.EntityId
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the GUID or the exact Name of an Entity.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property EntityId As Identifier
Get
Set
'Uso
Dim instance As EntityStagingProcessRequest
Dim value As Identifier
value = instance.EntityId
instance.EntityId = value
[MessageBodyMemberAttribute]
public Identifier EntityId { get; set; }
[MessageBodyMemberAttribute]
public:
property Identifier^ EntityId {
Identifier^ get ();
void set (Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member EntityId : Identifier with get, set
function get EntityId () : Identifier
function set EntityId (value : Identifier)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the entity.
Consulte também
Referência
EntityStagingProcessRequest Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts