Метод Service.EntityStagingLoad
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Uses the bulk loading of members and relationships into entity based staging tables.
Important: The EntityStagingLoad Method is not supported. When the entity to be loaded does not have a hierarchy or a relationship staging table, the EntityStagingLoad method returns an error (error code 208). The error does not occur when the entity has an explicit hierarchy and the relationship staging table. The alternative to using the EntityStagingLoad method is to load the entity data directly into staging tables
Пространство имен: Microsoft.MasterDataServices.Services
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)
Синтаксис
'Декларация
Public Function EntityStagingLoad ( _
request As EntityStagingLoadRequest _
) As EntityStagingLoadResponse
'Применение
Dim instance As Service
Dim request As EntityStagingLoadRequest
Dim returnValue As EntityStagingLoadResponse
returnValue = instance.EntityStagingLoad(request)
public EntityStagingLoadResponse EntityStagingLoad(
EntityStagingLoadRequest request
)
public:
virtual EntityStagingLoadResponse^ EntityStagingLoad(
EntityStagingLoadRequest^ request
) sealed
abstract EntityStagingLoad :
request:EntityStagingLoadRequest -> EntityStagingLoadResponse
override EntityStagingLoad :
request:EntityStagingLoadRequest -> EntityStagingLoadResponse
public final function EntityStagingLoad(
request : EntityStagingLoadRequest
) : EntityStagingLoadResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingLoadRequest
The load request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingLoadResponse
The EntityStagingLoadResponse for the operation.
Реализует
IService.EntityStagingLoad(EntityStagingLoadRequest)