ServiceClient.StagingProcess Method (International, Boolean, StagingUnbatchedCriteria, OperationResult)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public StagingBatch StagingProcess(
    International International,
    bool Process,
    StagingUnbatchedCriteria UnbatchedCriteria,
    out OperationResult OperationResult
)
public:
StagingBatch^ StagingProcess(
    International^ International,
    bool Process,
    StagingUnbatchedCriteria^ UnbatchedCriteria,
    [OutAttribute] OperationResult^% OperationResult
)
member StagingProcess : 
        International:International *
        Process:bool *
        UnbatchedCriteria:StagingUnbatchedCriteria *
        OperationResult:OperationResult byref -> StagingBatch
Public Function StagingProcess (
    International As International,
    Process As Boolean,
    UnbatchedCriteria As StagingUnbatchedCriteria,
    <OutAttribute> ByRef OperationResult As OperationResult
) As StagingBatch

Parameters

  • Process
    Type: System.Boolean

    true to run the staging queue process; otherwise, false.

Return Value

Type: Microsoft.MasterDataServices.StagingBatch

The existing unbatched records in the staging tables.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top