Freigeben über


EntityStagingGetResponse.BatchCount-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

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

Siehe auch

Verweis

EntityStagingGetResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace