AttributeChangeResponse Clase

Definición

Representa la respuesta cuando se cambia el atributo.

public ref class AttributeChangeResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeChangeResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeChangeResponse = class
Public Class AttributeChangeResponse
Herencia
AttributeChangeResponse
Atributos

Constructores

AttributeChangeResponse()

Inicializa una nueva instancia de la clase AttributeChangeResponse.

AttributeChangeResponse(String, Collection<String>, Guid, OperationResult)

Inicializa una nueva instancia de la clase AttributeChangeResponse con el nombre de atributo desusado, los códigos de miembro con error, el nuevo MUID de atributo y el resultado de la operación especificados.

Campos

DeprecatedAttributeName

Especifica el nombre de atributo desaprobado.

MemberCodesWithError

Especifica los códigos de miembro que contienen un error.

NewAttributeMuid

Especifica el nuevo MUID de atributo.

OperationResult

Especifica el resultado de la operación.

Se aplica a