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.
Retrieves the staging information of entity based staging batches.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityStagingGet ( _
request As EntityStagingGetRequest _
) As EntityStagingGetResponse
'Utilisation
Dim instance As IService
Dim request As EntityStagingGetRequest
Dim returnValue As EntityStagingGetResponse
returnValue = instance.EntityStagingGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityStagingGetResponse EntityStagingGet(
EntityStagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityStagingGetResponse^ EntityStagingGet(
EntityStagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityStagingGet :
request:EntityStagingGetRequest -> EntityStagingGetResponse
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 response to the get operation.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts