Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- Batches
Type: System.Collections.ObjectModel.Collection<EntityStagingBatch>
The list of entity staging batches.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result.
See Also
Reference
EntityStagingGetResponse Class