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 | |
---|---|---|
AttributeChangeResponse() | Infraestrutura. Initializes a new instance of the AttributeChangeResponse class. | |
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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
DeprecatedAttributeName | Infraestrutura. Specifies the disapproved attribute name. | |
MemberCodesWithError | Infraestrutura. Specifies the member codes that contain an error. | |
NewAttributeMuid | Infraestrutura. Specifies the new attribute muid. | |
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.