ServiceClient.UserPreferencesDelete メソッド
指定したユーザーの設定を削除します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Function UserPreferencesDelete ( _
International As International, _
DeleteAllUserPreferences As Boolean, _
UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim DeleteAllUserPreferences As Boolean
Dim UserPreferences As Dictionary(Of String, String)
Dim returnValue As OperationResult
returnValue = instance.UserPreferencesDelete(International, _
DeleteAllUserPreferences, UserPreferences)
public OperationResult UserPreferencesDelete(
International International,
bool DeleteAllUserPreferences,
Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesDelete(
International^ International,
bool DeleteAllUserPreferences,
Dictionary<String^, String^>^ UserPreferences
)
member UserPreferencesDelete :
International:International *
DeleteAllUserPreferences:bool *
UserPreferences:Dictionary<string, string> -> OperationResult
public function UserPreferencesDelete(
International : International,
DeleteAllUserPreferences : boolean,
UserPreferences : Dictionary<String, String>
) : OperationResult
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- DeleteAllUserPreferences
型: System.Boolean
指定したユーザーのすべての設定を削除するには true、それ以外の場合は false。
- UserPreferences
型: System.Collections.Generic.Dictionary<String, String>
削除するユーザー設定。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果が格納された OperationResult オブジェクトです。