Compartir a través de


Clase AttributeChangeRequest

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the request in changing the attributes.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.AttributeChangeRequest

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "AttributeChangeRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AttributeChangeRequest
'Uso
Dim instance As AttributeChangeRequest
[MessageContractAttribute(WrapperName = "AttributeChangeRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class AttributeChangeRequest
[MessageContractAttribute(WrapperName = L"AttributeChangeRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class AttributeChangeRequest
[<MessageContractAttribute(WrapperName = "AttributeChangeRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type AttributeChangeRequest =  class end
public class AttributeChangeRequest

El tipo AttributeChangeRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AttributeChangeRequest() Infraestructura. Creates a new instance of the AttributeChangeRequest class.
Método público AttributeChangeRequest(International, MetadataAttribute) Infraestructura. Creates a new instance of the AttributeChangeRequest class with specified attribute and message header.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo público Attribute Infraestructura. A master data attribute, including its identification and data value.
Campo público International Infraestructura. The data contract for the international message header.

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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices