Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Uses the list of batches in the system for a given model.
Espace de noms : Microsoft.MasterDataServices.Services
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public Function EntityStagingGet ( _
request As EntityStagingGetRequest _
) As EntityStagingGetResponse
'Utilisation
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
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.
Implémente
IService.EntityStagingGet(EntityStagingGetRequest)