IService.UserPreferencesUpdate(UserPreferencesUpdateRequest) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のユーザーの設定を更新します。
public:
Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesUpdateResponse ^ UserPreferencesUpdate(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesUpdateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateResponse UserPreferencesUpdate(Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesUpdate : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateResponse
Public Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse
パラメーター
- request
- UserPreferencesUpdateRequest
返品
- 属性
注釈
UserPreferencesUpdate(UserPreferencesUpdateRequest)操作はMDSリポジトリ内の現在のユーザーの設定を更新します。 ユーザー設定は、必要に応じてユーザー状態プロパティの永続的保存をサポートします。