ServiceClient.IService.ExportViewUpdate 메서드
Updates an existing export view.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Private Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse Implements IService.ExportViewUpdate
‘사용 방법
Dim instance As ServiceClient
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse
returnValue = CType(instance, IService).ExportViewUpdate(request)
ExportViewUpdateResponseIService.ExportViewUpdate(
ExportViewUpdateRequest request
)
private:
virtual ExportViewUpdateResponse^ ExportViewUpdate(
ExportViewUpdateRequest^ request
) sealed = IService::ExportViewUpdate
private abstract ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
private override ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- request
유형: Microsoft.MasterDataServices.ExportViewUpdateRequest
The update request.
반환 값
유형: Microsoft.MasterDataServices.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.
구현
IService.ExportViewUpdate(ExportViewUpdateRequest)