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


Метод 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