Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the contents of the bulk staging area.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse
'Usage
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
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The StagingGetResponse for the operation.
Implements
IService.StagingGet(StagingGetRequest)