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)