Свойство EntityStagingProcessRequest.EntityId
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the GUID or the exact Name of an Entity.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property EntityId As Identifier
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the entity.
См. также
Справочник
EntityStagingProcessRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts