다음을 통해 공유


ServiceClient.SystemSettingsUpdate 메서드

Updates the system setting values.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Public Function SystemSettingsUpdate ( _
    International As International, _
    SystemSettingGroups As Collection(Of SystemSettingGroup) _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim SystemSettingGroups As Collection(Of SystemSettingGroup)
Dim returnValue As OperationResult

returnValue = instance.SystemSettingsUpdate(International, _
    SystemSettingGroups)
public OperationResult SystemSettingsUpdate(
    International International,
    Collection<SystemSettingGroup> SystemSettingGroups
)
public:
OperationResult^ SystemSettingsUpdate(
    International^ International, 
    Collection<SystemSettingGroup^>^ SystemSettingGroups
)
member SystemSettingsUpdate : 
        International:International * 
        SystemSettingGroups:Collection<SystemSettingGroup> -> OperationResult
public function SystemSettingsUpdate(
    International : International, 
    SystemSettingGroups : Collection<SystemSettingGroup>
) : OperationResult

매개 변수

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스