共用方式為


ServiceClient.ExportViewUpdate 方法

Updates the existing export view.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Function ExportViewUpdate ( _
    International As International, _
    ExportView As ExportView _
) As OperationResult
'用途
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

參數

傳回值

型別:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間