Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SystemSettingsUpdateRequest class that has the specified cultural settings and a list of system setting groups.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
SystemSettingGroups As Collection(Of SystemSettingGroup) _
)
'Usage
Dim International As International
Dim SystemSettingGroups As Collection(Of SystemSettingGroup)
Dim instance As New SystemSettingsUpdateRequest(International, _
SystemSettingGroups)
public SystemSettingsUpdateRequest(
International International,
Collection<SystemSettingGroup> SystemSettingGroups
)
public:
SystemSettingsUpdateRequest(
International^ International,
Collection<SystemSettingGroup^>^ SystemSettingGroups
)
new :
International:International *
SystemSettingGroups:Collection<SystemSettingGroup> -> SystemSettingsUpdateRequest
public function SystemSettingsUpdateRequest(
International : International,
SystemSettingGroups : Collection<SystemSettingGroup>
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- SystemSettingGroups
Type: System.Collections.ObjectModel.Collection<SystemSettingGroup>
The system setting groups to update.
See Also
Reference
SystemSettingsUpdateRequest Class