共用方式為


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 命名空間