Compartir a través de


ServiceClient.IService.EntityStagingGet Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Retrieves the contents of the entity staging area.

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

Sintaxis

'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

Tipo: Microsoft.MasterDataServices.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.

Implementa

IService.EntityStagingGet(EntityStagingGetRequest)

Vea también

Referencia

ServiceClient Clase

Espacio de nombres Microsoft.MasterDataServices