Свойство EntityStagingProcessResponse.BatchId
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the batch identifier of the records that were previously unbatched.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property BatchId As Integer
Get
Set
'Применение
Dim instance As EntityStagingProcessResponse
Dim value As Integer
value = instance.BatchId
instance.BatchId = value
[MessageBodyMemberAttribute]
public int BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property int BatchId {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member BatchId : int with get, set
function get BatchId () : int
function set BatchId (value : int)
Значение свойства
Тип: System.Int32
The batch identifier of the records that were previously unbatched.
См. также
Справочник
EntityStagingProcessResponse Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts