IService.EntityStagingLoad Method

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

Handles the staging bulk loading based on the new entity based staging routines.

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

Syntax

'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function EntityStagingLoad ( _
    request As EntityStagingLoadRequest _
) As EntityStagingLoadResponse
'Usage
Dim instance As IService 
Dim request As EntityStagingLoadRequest 
Dim returnValue As EntityStagingLoadResponse 

returnValue = instance.EntityStagingLoad(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityStagingLoadResponse EntityStagingLoad(
    EntityStagingLoadRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityStagingLoadResponse^ EntityStagingLoad(
    EntityStagingLoadRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse
function EntityStagingLoad(
    request : EntityStagingLoadRequest
) : EntityStagingLoadResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingLoadResponse
The response to the load operation.

See Also

Reference

IService Interface

Microsoft.MasterDataServices.Services.ServiceContracts Namespace