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.
Retrieves the contents of the bulk staging area.
Espace de noms : Microsoft.MasterDataServices.Services
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse
'Utilisation
Dim instance As Service
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse
returnValue = instance.StagingGet(request)
public StagingGetResponse StagingGet(
StagingGetRequest request
)
public:
virtual StagingGetResponse^ StagingGet(
StagingGetRequest^ request
) sealed
abstract StagingGet :
request:StagingGetRequest -> StagingGetResponse
override StagingGet :
request:StagingGetRequest -> StagingGetResponse
public final function StagingGet(
request : StagingGetRequest
) : StagingGetResponse
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts.StagingGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The StagingGetResponse for the operation.
Implémente
IService.StagingGet(StagingGetRequest)