Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- request
Typ: Microsoft.MasterDataServices.EntityStagingLoadRequest
The load request.
Rückgabewert
Typ: Microsoft.MasterDataServices.EntityStagingLoadResponse
The EntityStagingLoadResponse for the operation.
Implementiert
IService.EntityStagingLoad(EntityStagingLoadRequest)