Share via


IService.StagingGet(StagingGetRequest) Méthode

Définition

Récupère le contenu de la zone de transit en bloc.

public:
 Microsoft::MasterDataServices::StagingGetResponse ^ StagingGet(Microsoft::MasterDataServices::StagingGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
public Microsoft.MasterDataServices.StagingGetResponse StagingGet (Microsoft.MasterDataServices.StagingGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")>]
abstract member StagingGet : Microsoft.MasterDataServices.StagingGetRequest -> Microsoft.MasterDataServices.StagingGetResponse
Public Function StagingGet (request As StagingGetRequest) As StagingGetResponse

Paramètres

request
StagingGetRequest

Obtenir la demande.

Retours

Nouvelle instance de type StagingGetResponse.

Attributs

S’applique à