IService.EntityStagingClear Method

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

Clears the staging information of entity based staging batches.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse
'Usage
Dim instance As IService 
Dim request As EntityStagingClearRequest 
Dim returnValue As EntityStagingClearResponse 

returnValue = instance.EntityStagingClear(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityStagingClearResponse EntityStagingClear(
    EntityStagingClearRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
function EntityStagingClear(
    request : EntityStagingClearRequest
) : EntityStagingClearResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingClearResponse
The response to the clear operation.

See Also

Reference

IService Interface

Microsoft.MasterDataServices.Services.ServiceContracts Namespace