Share via


ServiceClient.IService.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.

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

Syntax

'Declaration
Private Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse Implements IService.EntityStagingClear
'Usage
Dim instance As ServiceClient
Dim request As EntityStagingClearRequest
Dim returnValue As EntityStagingClearResponse

returnValue = CType(instance, IService).EntityStagingClear(request)
EntityStagingClearResponseIService.EntityStagingClear(
    EntityStagingClearRequest request
)
private:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed = IService::EntityStagingClear
private abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse 
private override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityStagingClearResponse
The EntityStagingClearResponse for the operation.

Implements

IService.EntityStagingClear(EntityStagingClearRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace