EntityStagingLoadResponse Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the entity staging load members response message contract.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The EntityStagingLoadResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EntityStagingLoadResponse() | Infrastructure. Initializes a new instance of the EntityStagingLoadResponse class. |
![]() | EntityStagingLoadResponse(OperationResult, Collection<Identifier>) | Infrastructure. Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches. |
| Name | Description | |
|---|---|---|
![]() | OperationResult | Infrastructure. Specifies the operation result. |
![]() | StagingBatches | Infrastructure. Specifies a list of entity staging batches to be loaded. |

