다음을 통해 공유


IService.ExportViewDelete 메서드

Removes an existing export view.

네임스페이스:  Microsoft.MasterDataServices.Services.ServiceContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function ExportViewDelete ( _
    request As ExportViewDeleteRequest _
) As ExportViewDeleteResponse
‘사용 방법
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

매개 변수

반환 값

유형: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteResponse
The response to the delete operation.

참고 항목

참조

IService 인터페이스

Microsoft.MasterDataServices.Services.ServiceContracts 네임스페이스