ServiceClient.UserPreferencesUpdate メソッド

指定したユーザーの設定を更新します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Function UserPreferencesUpdate ( _
    International As International, _
    UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim UserPreferences As Dictionary(Of String, String)
Dim returnValue As OperationResult

returnValue = instance.UserPreferencesUpdate(International, _
    UserPreferences)
public OperationResult UserPreferencesUpdate(
    International International,
    Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesUpdate(
    International^ International, 
    Dictionary<String^, String^>^ UserPreferences
)
member UserPreferencesUpdate : 
        International:International * 
        UserPreferences:Dictionary<string, string> -> OperationResult
public function UserPreferencesUpdate(
    International : International, 
    UserPreferences : Dictionary<String, String>
) : OperationResult

パラメーター

戻り値

型: Microsoft.MasterDataServices.OperationResult
操作の結果が格納された OperationResult オブジェクトです。

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間