Service.EntityStagingGet 方法

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

Uses the list of batches in the system for a given model.

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

语法

声明
Public Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse
用法
Dim instance As Service 
Dim request As EntityStagingGetRequest 
Dim returnValue As EntityStagingGetResponse 

returnValue = instance.EntityStagingGet(request)
public EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
public:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse  
override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
public final function EntityStagingGet(
    request : EntityStagingGetRequest
) : EntityStagingGetResponse

参数

返回值

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

实现

IService.EntityStagingGet(EntityStagingGetRequest)

请参阅

参考

Service 类

Microsoft.MasterDataServices.Services 命名空间