StagingProcessResponse Class
SQL Server 2012
Holds the details of staging process response.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The StagingProcessResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StagingProcessResponse() | Initializes a new instance of the StagingProcessResponse class that has default values. |
![]() | StagingProcessResponse(StagingBatch, OperationResult) | Initializes a new instance of the StagingProcessResponse class that has the specified batch ID and operation result. |
| Name | Description | |
|---|---|---|
![]() | BatchId | The batch ID of the records that were previously unbatched. |
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |

