Compartir a través de


IService.StagingGet Método

Retrieves the contents of the bulk staging area.

Espacio de nombres:  Microsoft.MasterDataServices.Services.ServiceContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
'Uso
Dim instance As IService 
Dim request As StagingGetRequest 
Dim returnValue As StagingGetResponse 

returnValue = instance.StagingGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse StagingGet(
    StagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
function StagingGet(
    request : StagingGetRequest
) : StagingGetResponse

Parámetros

Valor devuelto

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The response to the get operation.

Vea también

Referencia

IService Interfaz

Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts