共用方式為


StagingProcess 方法

Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<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
'用途
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

參數