Compartir a través de


Service.EntityStagingGet Método

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

Uses the list of batches in the system for a given model.

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

Sintaxis

'Declaración
Public Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse
'Uso
Dim instance As Service 
Dim request As EntityStagingGetRequest 
Dim returnValue As EntityStagingGetResponse 

returnValue = instance.EntityStagingGet(request)
public EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
public:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse  
override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
public final function EntityStagingGet(
    request : EntityStagingGetRequest
) : EntityStagingGetResponse

Parámetros

Valor devuelto

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

Implementa

IService.EntityStagingGet(EntityStagingGetRequest)

Vea también

Referencia

Service Clase

Espacio de nombres Microsoft.MasterDataServices.Services