IService.ExportViewCreate(ExportViewCreateRequest) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gera ou regenera exibições de assinatura desejadas.
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
Parâmetros
- request
- ExportViewCreateRequest
A solicitação.
Retornos
- Atributos
Comentários
A ExportViewCreate(ExportViewCreateRequest) operação gera ou regenera uma exibição de assinatura desejada com base em uma configuração especificada e no nome da exibição.