Partager via


Méthode ServiceClient.IService.StagingGet

Retrieves the contents of the bulk staging area.

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

Syntaxe

'Déclaration
Private Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse Implements IService.StagingGet
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

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

Implémente

IService.StagingGet(StagingGetRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices