Clase AttributeChangeResponse
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the response when the attribute is changed.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.AttributeChangeResponse
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<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
El tipo AttributeChangeResponse expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
AttributeChangeResponse() | Infraestructura. Initializes a new instance of the AttributeChangeResponse class. | |
AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) | Infraestructura. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
DeprecatedAttributeName | Infraestructura. Specifies the disapproved attribute name. | |
MemberCodesWithError | Infraestructura. Specifies the member codes that contain an error. | |
NewAttributeMuid | Infraestructura. Specifies the new attribute muid. | |
OperationResult | Infraestructura. Specifies the operation result. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.