Share via


EntityStagingGetResponse.BatchCount Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the total number of batches (unrelated to staging state).

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property BatchCount As Integer 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Int32
The total number of batches (unrelated to staging state).

See Also

Reference

EntityStagingGetResponse Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace