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


Метод Service.StagingGet

Retrieves the contents of the bulk staging area.

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

Синтаксис

'Декларация
Public Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
'Применение
Dim instance As Service 
Dim request As StagingGetRequest 
Dim returnValue As StagingGetResponse 

returnValue = instance.StagingGet(request)
public StagingGetResponse StagingGet(
    StagingGetRequest request
)
public:
virtual StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
) sealed
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse  
override StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
public final function StagingGet(
    request : StagingGetRequest
) : StagingGetResponse

Параметры

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

Тип: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The StagingGetResponse for the operation.

Реализует

IService.StagingGet(StagingGetRequest)

См. также

Справочник

Service Класс

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