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.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse
'Usage
Dim instance As IService
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse
returnValue = instance.StagingGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse StagingGet(
StagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse^ StagingGet(
StagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract StagingGet :
request:StagingGetRequest -> StagingGetResponse
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 response to the get operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace