Compartir a través de


ServiceClient.SystemSettingsUpdate Método

Updates the system setting values.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
Public Function SystemSettingsUpdate ( _
    International As International, _
    SystemSettingGroups As Collection(Of SystemSettingGroup) _
) As OperationResult
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

ServiceClient Clase

Espacio de nombres Microsoft.MasterDataServices