Partager via


Méthode ServiceClient.IService.EntityStagingGet

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Retrieves the contents of the entity staging area.

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

Syntaxe

'Déclaration
Private Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse Implements IService.EntityStagingGet
'Utilisation
Dim instance As ServiceClient
Dim request As EntityStagingGetRequest
Dim returnValue As EntityStagingGetResponse

returnValue = CType(instance, IService).EntityStagingGet(request)
EntityStagingGetResponseIService.EntityStagingGet(
    EntityStagingGetRequest request
)
private:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed = IService::EntityStagingGet
private abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse 
private override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
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.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.

Implémente

IService.EntityStagingGet(EntityStagingGetRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices