Partilhar via


Classe AttributeChangeResponse

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the response when the attribute is changed.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.AttributeChangeResponse

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageContractAttribute(WrapperName := "AttributeChangeResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AttributeChangeResponse
'Uso
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

O tipo AttributeChangeResponse expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AttributeChangeResponse() Infraestrutura. Initializes a new instance of the AttributeChangeResponse class.
Método público AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) Infraestrutura. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo público DeprecatedAttributeName Infraestrutura. Specifies the disapproved attribute name.
Campo público MemberCodesWithError Infraestrutura. Specifies the member codes that contain an error.
Campo público NewAttributeMuid Infraestrutura. Specifies the new attribute muid.
Campo público OperationResult Infraestrutura. Specifies the operation result.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices