Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an existing export view.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function ExportViewDelete ( _
request As ExportViewDeleteRequest _
) As ExportViewDeleteResponse Implements IService.ExportViewDelete
'Usage
Dim instance As ServiceClient
Dim request As ExportViewDeleteRequest
Dim returnValue As ExportViewDeleteResponse
returnValue = CType(instance, IService).ExportViewDelete(request)
ExportViewDeleteResponseIService.ExportViewDelete(
ExportViewDeleteRequest request
)
private:
virtual ExportViewDeleteResponse^ ExportViewDelete(
ExportViewDeleteRequest^ request
) sealed = IService::ExportViewDelete
private abstract ExportViewDelete :
request:ExportViewDeleteRequest -> ExportViewDeleteResponse
private override ExportViewDelete :
request:ExportViewDeleteRequest -> ExportViewDeleteResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.ExportViewDeleteRequest
The delete request.
Return Value
Type: Microsoft.MasterDataServices.ExportViewDeleteResponse
The ExportViewDeleteResponse for the operation.
Implements
IService.ExportViewDelete(ExportViewDeleteRequest)