Clase UserPreferencesDeleteRequest
Defines the message contract for the user preferences delete request.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.UserPreferencesDeleteRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "UserPreferencesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class UserPreferencesDeleteRequest
'Uso
Dim instance As UserPreferencesDeleteRequest
[MessageContractAttribute(WrapperName = "UserPreferencesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class UserPreferencesDeleteRequest
[MessageContractAttribute(WrapperName = L"UserPreferencesDeleteRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class UserPreferencesDeleteRequest
[<MessageContractAttribute(WrapperName = "UserPreferencesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type UserPreferencesDeleteRequest = class end
public class UserPreferencesDeleteRequest
El tipo UserPreferencesDeleteRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
UserPreferencesDeleteRequest() | Initializes a new instance of the UserPreferencesDeleteRequest class that has default values. | |
UserPreferencesDeleteRequest(International, Boolean, Dictionary<String, String>) | Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
DeleteAllUserPreferences | When set to true, deletes all preferences for the current user; otherwise, false. | |
International | The cultural settings. | |
UserPreferences | The user preferences to delete. |
Arriba
Comentarios
UserPreferencesDeleteRequest may include either a UserPreferences property containing one or more preference keys or DeleteAllUserPreferences set to true.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.