UserPreferencesDeleteRequest 类

定义

定义用户首选项删除请求的消息约定。

public ref class UserPreferencesDeleteRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesDeleteRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesDeleteRequest = class
Public Class UserPreferencesDeleteRequest
继承
UserPreferencesDeleteRequest
属性

注解

UserPreferencesDeleteRequest 可以包含包含一 UserPreferences 个或多个首选项键或 DeleteAllUserPreferences 设置为 true的属性。

构造函数

UserPreferencesDeleteRequest()

初始化具有默认值的 UserPreferencesDeleteRequest 类的新实例。

UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>)

初始化具有指定的区域性设置、用户删除首选项和用户首选项的 UserPreferencesDeleteRequest 类的新实例。

字段

DeleteAllUserPreferences

当设置为 true 时,删除当前用户的所有首选项;否则为 false

International

区域性设置。

UserPreferences

要删除的用户首选项。

适用于