语言

ServiceClient.SystemSettingsUpdate 方法

定义

更新系统设置值。

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemSettingsUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ SystemSettingGroups);
public Microsoft.MasterDataServices.OperationResult SystemSettingsUpdate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingGroups);
member this.SystemSettingsUpdate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> -> Microsoft.MasterDataServices.OperationResult
Public Function SystemSettingsUpdate (International As International, SystemSettingGroups As Collection(Of SystemSettingGroup)) As OperationResult

参数

International
International

文化背景。

SystemSettingGroups
Collection<SystemSettingGroup>

系统设置组的列表待更新。

返回

包含操作结果的 OperationResult 对象。

适用于