Partager via


Propriété EntityStagingGetResponse.BatchCount

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property BatchCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EntityStagingGetResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts