Метод ServiceClient.IService.EntityStagingLoad
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Loads the contents of the entity staging area.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Private Function EntityStagingLoad ( _
request As EntityStagingLoadRequest _
) As EntityStagingLoadResponse Implements IService.EntityStagingLoad
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- request
Тип: Microsoft.MasterDataServices.EntityStagingLoadRequest
The load request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.EntityStagingLoadResponse
The EntityStagingLoadResponse for the operation.
Реализует
IService.EntityStagingLoad(EntityStagingLoadRequest)