EntityStagingProcessResponse.BatchId Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Int32
The batch identifier of the records that were previously unbatched.
See Also
Reference
EntityStagingProcessResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace