ServiceClient.IService.EntityStagingLoad Method (EntityStagingLoadRequest)

 

Applies To: SQL Server 2016 Preview

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

Loads the contents of the entity staging area.

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

Syntax

EntityStagingLoadResponse IService.EntityStagingLoad(
    EntityStagingLoadRequest request
)
private:
virtual EntityStagingLoadResponse^ EntityStagingLoad(
    EntityStagingLoadRequest^ request
) sealed = IService::EntityStagingLoad
private abstract EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse
private override EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse
Private Function EntityStagingLoad (
    request As EntityStagingLoadRequest
) As EntityStagingLoadResponse
    Implements IService.EntityStagingLoad

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityStagingLoadResponse

The EntityStagingLoadResponse for the operation.

Implements

IService.EntityStagingLoad(EntityStagingLoadRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top