ServiceClient.IService.EntityStagingGet 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Retrieves the contents of the entity staging area.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Private Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse Implements IService.EntityStagingGet
用法
Dim instance As ServiceClient
Dim request As EntityStagingGetRequest
Dim returnValue As EntityStagingGetResponse

returnValue = CType(instance, IService).EntityStagingGet(request)
EntityStagingGetResponseIService.EntityStagingGet(
    EntityStagingGetRequest request
)
private:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed = IService::EntityStagingGet
private abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse 
private override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.

实现

IService.EntityStagingGet(EntityStagingGetRequest)

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间