ServiceClient.IService.EntityStagingGet Method (EntityStagingGetRequest)

 

Applies To: SQL Server 2016 Preview

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

Retrieves the contents of the entity staging area.

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

Syntax

EntityStagingGetResponse IService.EntityStagingGet(
    EntityStagingGetRequest request
)
private:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed = IService::EntityStagingGet
private abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
private override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
Private Function EntityStagingGet (
    request As EntityStagingGetRequest
) As EntityStagingGetResponse
    Implements IService.EntityStagingGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityStagingGetResponse

The EntityStagingGetResponse for the operation.

Implements

IService.EntityStagingGet(EntityStagingGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top