Método ServiceClient.IService.StagingGet
Retrieves the contents of the bulk staging area.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Private Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse Implements IService.StagingGet
'Uso
Dim instance As ServiceClient
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse
returnValue = CType(instance, IService).StagingGet(request)
StagingGetResponseIService.StagingGet(
StagingGetRequest request
)
private:
virtual StagingGetResponse^ StagingGet(
StagingGetRequest^ request
) sealed = IService::StagingGet
private abstract StagingGet :
request:StagingGetRequest -> StagingGetResponse
private override StagingGet :
request:StagingGetRequest -> StagingGetResponse
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.StagingGetRequest
The get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.StagingGetResponse
The StagingGetResponse for the operation.
Implementa
IService.StagingGet(StagingGetRequest)