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