Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the existing export view.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function ExportViewUpdate ( _
International As International, _
ExportView As ExportView _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim ExportView As ExportView
Dim returnValue As OperationResult
returnValue = instance.ExportViewUpdate(International, _
ExportView)
public OperationResult ExportViewUpdate(
International International,
ExportView ExportView
)
public:
OperationResult^ ExportViewUpdate(
International^ International,
ExportView^ ExportView
)
member ExportViewUpdate :
International:International *
ExportView:ExportView -> OperationResult
public function ExportViewUpdate(
International : International,
ExportView : ExportView
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- ExportView
Type: Microsoft.MasterDataServices.ExportView
The export view to be updated.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.