Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)