ServiceClient.ExportViewUpdate Método
Updates the existing export view.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Public Function ExportViewUpdate ( _
International As International, _
ExportView As ExportView _
) As OperationResult
'Uso
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
Parámetros
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- ExportView
Tipo: Microsoft.MasterDataServices.ExportView
The export view to be updated.
Valor devuelto
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.