Freigeben über


IService.EntityStagingLoad-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

IService Schnittstelle

Microsoft.MasterDataServices.Services.ServiceContracts-Namespace