Partager via


Méthode Service.StagingGet

Retrieves the contents of the bulk staging area.

Espace de noms :  Microsoft.MasterDataServices.Services
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
Public Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

IService.StagingGet(StagingGetRequest)

Voir aussi

Référence

Service Classe

Espace de noms Microsoft.MasterDataServices.Services