IService.StagingGet(StagingGetRequest) Methode

Definition

Ruft den Inhalt des Massenstagingbereichs ab.

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

Parameter

request
StagingGetRequest

Eine Abrufanforderung.

Gibt zurück

Eine neue Instanz vom Typ StagingGetResponse.

Attribute

Gilt für: