此 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
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest
The get request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.
实现
IService.EntityStagingGet(EntityStagingGetRequest)