ServiceClient.IService.ExportViewDelete(ExportViewDeleteRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuove una vista esportazione esistente.
virtual Microsoft::MasterDataServices::ExportViewDeleteResponse ^ Microsoft.MasterDataServices.IService.ExportViewDelete(Microsoft::MasterDataServices::ExportViewDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::ExportViewDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ExportViewDeleteResponse IService.ExportViewDelete (Microsoft.MasterDataServices.ExportViewDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ExportViewDelete : Microsoft.MasterDataServices.ExportViewDeleteRequest -> Microsoft.MasterDataServices.ExportViewDeleteResponse
override this.Microsoft.MasterDataServices.IService.ExportViewDelete : Microsoft.MasterDataServices.ExportViewDeleteRequest -> Microsoft.MasterDataServices.ExportViewDeleteResponse
Function ExportViewDelete (request As ExportViewDeleteRequest) As ExportViewDeleteResponse Implements IService.ExportViewDelete
Parametri
- request
- ExportViewDeleteRequest
Richiesta di eliminazione.
Restituisce
Oggetto ExportViewDeleteResponse per l'operazione.
Implementazioni
- Attributi