Поделиться через


Метод IService.EntityStagingGet

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the staging information of entity based staging batches.

Пространство имен:  Microsoft.MasterDataServices.Services.ServiceContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse
'Применение
Dim instance As IService 
Dim request As EntityStagingGetRequest 
Dim returnValue As EntityStagingGetResponse 

returnValue = instance.EntityStagingGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
function EntityStagingGet(
    request : EntityStagingGetRequest
) : EntityStagingGetResponse

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The response to the get operation.

См. также

Справочник

IService Интерфейс

Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts