Partager via


Classe AttributeChangeResponse

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the response when the attribute is changed.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.AttributeChangeResponse

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "AttributeChangeResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AttributeChangeResponse
'Utilisation
Dim instance As AttributeChangeResponse
[MessageContractAttribute(WrapperName = "AttributeChangeResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class AttributeChangeResponse
[MessageContractAttribute(WrapperName = L"AttributeChangeResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class AttributeChangeResponse
[<MessageContractAttribute(WrapperName = "AttributeChangeResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type AttributeChangeResponse =  class end
public class AttributeChangeResponse

Le type AttributeChangeResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AttributeChangeResponse() Infrastructure. Initializes a new instance of the AttributeChangeResponse class.
Méthode publique AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) Infrastructure. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public DeprecatedAttributeName Infrastructure. Specifies the disapproved attribute name.
Champ public MemberCodesWithError Infrastructure. Specifies the member codes that contain an error.
Champ public NewAttributeMuid Infrastructure. Specifies the new attribute muid.
Champ public OperationResult Infrastructure. Specifies the operation result.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices