Método StagingGet
Retrieves the contents of the bulk staging area.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Function StagingGet ( _
request As StagingGetRequest _
) As StagingGetResponse
'Uso
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
Parâmetros
- request
Tipo: Microsoft.MasterDataServices. . :: . .StagingGetRequest
The get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices. . :: . .StagingGetResponse
A StagingGetResponse.