次の方法で共有


IService.UserPreferencesDelete(UserPreferencesDeleteRequest) メソッド

定義

現在のユーザー設定を削除します。

public:
 Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteResponse ^ UserPreferencesDelete(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteRequest ^ 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.UserPreferencesDeleteResponse UserPreferencesDelete (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesDelete : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse
Public Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse

パラメーター

戻り値

属性

注釈

この操作により UserPreferencesDelete(UserPreferencesDeleteRequest) 、MDS リポジトリ内の現在のユーザーが選択した基本設定が削除されます。 辞書リストを送信することで、削除用に 1 つ以上の環境設定を指定できます。 または、保存されているすべての環境設定を true に設定 DeleteAllUserPreferences することで削除できます。

適用対象