Condividi tramite


Classe AttributeChangeResponse

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the response when the attribute is changed.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.AttributeChangeResponse

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Nel tipo AttributeChangeResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AttributeChangeResponse() Infrastruttura. Initializes a new instance of the AttributeChangeResponse class.
Metodo pubblico AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) Infrastruttura. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico DeprecatedAttributeName Infrastruttura. Specifies the disapproved attribute name.
Campo pubblico MemberCodesWithError Infrastruttura. Specifies the member codes that contain an error.
Campo pubblico NewAttributeMuid Infrastruttura. Specifies the new attribute muid.
Campo pubblico OperationResult Infrastruttura. Specifies the operation result.

In alto

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices