Freigeben über


EntityStagingProcessResponse.BatchId-Eigenschaft

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

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

EntityStagingProcessResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace