다음을 통해 공유


ExportViewUpdate 메서드

Updates an existing export view.

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

구문

‘선언
<OperationContractAttribute> _
Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
‘사용 방법
Dim instance As IService
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse

returnValue = instance.ExportViewUpdate(request)
[OperationContractAttribute]
ExportViewUpdateResponse ExportViewUpdate(
    ExportViewUpdateRequest request
)
[OperationContractAttribute]
ExportViewUpdateResponse^ ExportViewUpdate(
    ExportViewUpdateRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse 
function ExportViewUpdate(
    request : ExportViewUpdateRequest
) : ExportViewUpdateResponse

매개 변수