Condividi tramite


Proprietà EntityStagingProcessResponse.BatchId

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the batch identifier of the records that were previously unbatched.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property BatchId As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

EntityStagingProcessResponse Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts