ServiceClient.IService.EntityStagingClear Method (EntityStagingClearRequest)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

EntityStagingClearResponse IService.EntityStagingClear(
    EntityStagingClearRequest request
)
private:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed = IService::EntityStagingClear
private abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
private override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
Private Function EntityStagingClear (
    request As EntityStagingClearRequest
) As EntityStagingClearResponse
    Implements IService.EntityStagingClear

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityStagingClearResponse

The EntityStagingClearResponse for the operation.

Implements

IService.EntityStagingClear(EntityStagingClearRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top