Share via


EntityStagingGetResponse Constructor (Int32, Collection<EntityStagingBatch>, OperationResult)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Sub New ( _
    BatchCount As Integer, _
    Batches As Collection(Of EntityStagingBatch), _
    OperationResult As OperationResult _
)
'Usage
Dim BatchCount As Integer
Dim Batches As Collection(Of EntityStagingBatch)
Dim OperationResult As OperationResult

Dim instance As New EntityStagingGetResponse(BatchCount, _
    Batches, OperationResult)
public EntityStagingGetResponse(
    int BatchCount,
    Collection<EntityStagingBatch> Batches,
    OperationResult OperationResult
)
public:
EntityStagingGetResponse(
    int BatchCount, 
    Collection<EntityStagingBatch^>^ Batches, 
    OperationResult^ OperationResult
)
new : 
        BatchCount:int * 
        Batches:Collection<EntityStagingBatch> * 
        OperationResult:OperationResult -> EntityStagingGetResponse
public function EntityStagingGetResponse(
    BatchCount : int, 
    Batches : Collection<EntityStagingBatch>, 
    OperationResult : OperationResult
)

Parameters

  • BatchCount
    Type: System.Int32
    The total number of batches.

See Also

Reference

EntityStagingGetResponse Class

EntityStagingGetResponse Overload

Microsoft.MasterDataServices Namespace