Partilhar via


Método Service.StagingGet

Retrieves the contents of the bulk staging area.

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
Public Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
'Uso
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

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The StagingGetResponse for the operation.

Implementa

IService.StagingGet(StagingGetRequest)

Consulte também

Referência

Service Classe

Namespace Microsoft.MasterDataServices.Services