Compartilhar via


IService.ExportViewCreate(ExportViewCreateRequest) Método

Definição

Gera ou regenera exibições de assinatura desejadas.

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

Parâmetros

request
ExportViewCreateRequest

Solicitação de criação.

Retornos

Uma nova instância do tipo ExportViewCreateRequest.

Atributos

Aplica-se a