Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Updates the system setting values.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function SystemSettingsUpdate ( _
International As International, _
SystemSettingGroups As Collection(Of SystemSettingGroup) _
) As OperationResult
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- SystemSettingGroups
Typ: System.Collections.ObjectModel.Collection<SystemSettingGroup>
The list of system setting group to be updated.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.