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 EntityStagingLoadResponse class with the specified operation result and staging batches.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
'Usage
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)
Dim instance As New EntityStagingLoadResponse(OperationResult, _
StagingBatches)
public EntityStagingLoadResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
EntityStagingLoadResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> EntityStagingLoadResponse
public function EntityStagingLoadResponse(
OperationResult : OperationResult,
StagingBatches : Collection<Identifier>
)
Parameters
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result
- StagingBatches
Type: System.Collections.ObjectModel.Collection<Identifier>
The list of entity staging batches to be loaded.
See Also
Reference
EntityStagingLoadResponse Class