ServiceClient.UserPreferencesUpdate 方法
Updates the specified user’s preferences.
命名空間: 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
參數
- International
型別:Microsoft.MasterDataServices.International
The cultural settings.
- UserPreferences
型別:System.Collections.Generic.Dictionary<String, String>
The user preferences to update.
傳回值
型別:Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.