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
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewUpdateRequest
The ExportViewUpdate request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewUpdateResponse
ExportViewUpdateResponse.