Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes an existing export view.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function ExportViewDelete ( _
request As ExportViewDeleteRequest _
) As ExportViewDeleteResponse
'Usage
Dim instance As IService
Dim request As ExportViewDeleteRequest
Dim returnValue As ExportViewDeleteResponse
returnValue = instance.ExportViewDelete(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
ExportViewDeleteResponse ExportViewDelete(
ExportViewDeleteRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
ExportViewDeleteResponse^ ExportViewDelete(
ExportViewDeleteRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract ExportViewDelete :
request:ExportViewDeleteRequest -> ExportViewDeleteResponse
function ExportViewDelete(
request : ExportViewDeleteRequest
) : ExportViewDeleteResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteRequest
The deletion request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteResponse
The response to the delete operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace