Freigeben über


ServiceClient.IService.EntityStagingLoad-Methode

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

Loads the contents of the entity staging area.

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

Syntax

'Declaration
Private Function EntityStagingLoad ( _
    request As EntityStagingLoadRequest _
) As EntityStagingLoadResponse Implements IService.EntityStagingLoad
'Usage
Dim instance As ServiceClient
Dim request As EntityStagingLoadRequest
Dim returnValue As EntityStagingLoadResponse

returnValue = CType(instance, IService).EntityStagingLoad(request)
EntityStagingLoadResponseIService.EntityStagingLoad(
    EntityStagingLoadRequest request
)
private:
virtual EntityStagingLoadResponse^ EntityStagingLoad(
    EntityStagingLoadRequest^ request
) sealed = IService::EntityStagingLoad
private abstract EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse 
private override EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.EntityStagingLoadResponse
The EntityStagingLoadResponse for the operation.

Implementiert

IService.EntityStagingLoad(EntityStagingLoadRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace