Metodo StagingProcess
Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcess", _
ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcessResponse")> _
Function StagingProcess ( _
request As StagingProcessRequest _
) As StagingProcessResponse
'Utilizzo
Dim instance As IService
Dim request As StagingProcessRequest
Dim returnValue As StagingProcessResponse
returnValue = instance.StagingProcess(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcess",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcessResponse")]
StagingProcessResponse StagingProcess(
StagingProcessRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcess",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcessResponse")]
StagingProcessResponse^ StagingProcess(
StagingProcessRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcess",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingProcessResponse")>]
abstract StagingProcess :
request:StagingProcessRequest -> StagingProcessResponse
function StagingProcess(
request : StagingProcessRequest
) : StagingProcessResponse
Parametri
- request
Tipo: Microsoft.MasterDataServices. . :: . .StagingProcessRequest
Process request.
Valore restituito
Tipo: Microsoft.MasterDataServices. . :: . .StagingProcessResponse
A new instance of type StagingProcessResponse.