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.
Sets the batch to be queued for processing.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function EntityStagingProcess ( _
request As EntityStagingProcessRequest _
) As EntityStagingProcessResponse Implements IService.EntityStagingProcess
'Usage
Dim instance As ServiceClient
Dim request As EntityStagingProcessRequest
Dim returnValue As EntityStagingProcessResponse
returnValue = CType(instance, IService).EntityStagingProcess(request)
EntityStagingProcessResponseIService.EntityStagingProcess(
EntityStagingProcessRequest request
)
private:
virtual EntityStagingProcessResponse^ EntityStagingProcess(
EntityStagingProcessRequest^ request
) sealed = IService::EntityStagingProcess
private abstract EntityStagingProcess :
request:EntityStagingProcessRequest -> EntityStagingProcessResponse
private override EntityStagingProcess :
request:EntityStagingProcessRequest -> EntityStagingProcessResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.EntityStagingProcessRequest
The process request.
Return Value
Type: Microsoft.MasterDataServices.EntityStagingProcessResponse
The EntityStagingProcessResponse for the operation.
Implements
IService.EntityStagingProcess(EntityStagingProcessRequest)