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

culture 설정입니다.

SystemSettingGroups
Collection<SystemSettingGroup>

업데이트될 시스템 설정 그룹 목록입니다.

반환

작업의 결과를 포함하는 OperationResult 개체입니다.

적용 대상