다음을 통해 공유


IService.StagingGet(StagingGetRequest) 메서드

정의

대량 준비 영역의 내용을 검색합니다.

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

매개 변수

request
StagingGetRequest

가져오기 요청입니다.

반환

StagingGetResponse 유형의 새 인스턴스입니다.

특성

적용 대상