Costruttore SystemSettingsUpdateRequest (International, Collection(SystemSettingGroup))
Initializes a new instance of the SystemSettingsUpdateRequest class that has the specified cultural settings and a list of system setting groups.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
International As International, _
SystemSettingGroups As Collection(Of SystemSettingGroup) _
)
'Utilizzo
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>
)
Parametri
- International
Tipo: Microsoft.MasterDataServices. . :: . .International
The cultural settings.
- SystemSettingGroups
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SystemSettingGroup> ) > ) >
The system setting groups to update.