다음을 통해 공유


IService.ExportViewCreate(ExportViewCreateRequest) 메서드

정의

원하는 구독 뷰를 생성하거나 다시 생성합니다.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ExportViewCreateResponse ^ ExportViewCreate(Microsoft::MasterDataServices::Services::MessageContracts::ExportViewCreateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse ExportViewCreate (Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ExportViewCreate : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
Public Function ExportViewCreate (request As ExportViewCreateRequest) As ExportViewCreateResponse

매개 변수

request
ExportViewCreateRequest

요청입니다.

반환

특성

설명

작업은 ExportViewCreate(ExportViewCreateRequest) 지정된 구성 및 뷰 이름을 기반으로 원하는 구독 보기를 생성하거나 다시 생성합니다.

적용 대상