Classe UserPreferencesDeleteRequest
Defines the message contract for the user preferences delete request.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..UserPreferencesDeleteRequest
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "UserPreferencesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class UserPreferencesDeleteRequest
'Utilizzo
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
Nel tipo UserPreferencesDeleteRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
UserPreferencesDeleteRequest() () () () | Initializes a new instance of the UserPreferencesDeleteRequest class that has default values. |
![]() |
UserPreferencesDeleteRequest(International, Boolean, Dictionary< (Of < <' (String, String> ) > > )) | Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
DeleteAllUserPreferences | When set to true, deletes all preferences for the current user; otherwise, false. |
![]() |
International | The cultural settings. |
![]() |
UserPreferences | The user preferences to delete. |
In alto
Osservazioni
UserPreferencesDeleteRequest may include either a UserPreferences property containing one or more preference keys or DeleteAllUserPreferences set to true.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.