Método ServiceClient.IService.EntityStagingGet
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Retrieves the contents of the entity staging area.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Private Function EntityStagingGet ( _
request As EntityStagingGetRequest _
) As EntityStagingGetResponse Implements IService.EntityStagingGet
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.EntityStagingGetRequest
The get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.
Implementa
IService.EntityStagingGet(EntityStagingGetRequest)