Méthode StagingGet
Retrieves the contents of the bulk staging area.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse
'Utilisation
Dim instance As ServiceClient
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. . :: . .StagingGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices. . :: . .StagingGetResponse
A StagingGetResponse.