Метод 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
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetRequest
The get request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The StagingGetResponse for the operation.
Реализует
IService.StagingGet(StagingGetRequest)