ServiceClient.EntityStagingClear Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Clears the entity staging area with the specified batch identifier.

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

Syntax

'Declaration
Public Function EntityStagingClear ( _
    International As International, _
    BatchId As Integer, _
    ModelId As Identifier _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim returnValue As OperationResult

returnValue = instance.EntityStagingClear(International, _
    BatchId, ModelId)
public OperationResult EntityStagingClear(
    International International,
    int BatchId,
    Identifier ModelId
)
public:
OperationResult^ EntityStagingClear(
    International^ International, 
    int BatchId, 
    Identifier^ ModelId
)
member EntityStagingClear : 
        International:International * 
        BatchId:int * 
        ModelId:Identifier -> OperationResult
public function EntityStagingClear(
    International : International, 
    BatchId : int, 
    ModelId : Identifier
) : OperationResult

Parameters

  • BatchId
    Type: System.Int32
    The unique integer identifier that identifies the batch to clear.

Return Value

Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace