다음을 통해 공유


IService.ExportViewCreate(ExportViewCreateRequest) 메서드

정의

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

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

매개 변수

request
ExportViewCreateRequest

만들기 요청입니다.

반환

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

특성

적용 대상