Partager via


Propriété EntityStagingProcessResponse.BatchId

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 batch identifier of the records that were previously unbatched.

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

Syntaxe

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

Valeur de propriété

Type : System.Int32
The batch identifier of the records that were previously unbatched.

Voir aussi

Référence

EntityStagingProcessResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts