Classe AttributeChangeRequest
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the request in changing the attributes.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.AttributeChangeRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo AttributeChangeRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
AttributeChangeRequest() | Infraestrutura. Creates a new instance of the AttributeChangeRequest class. | |
AttributeChangeRequest(International, MetadataAttribute) | Infraestrutura. Creates a new instance of the AttributeChangeRequest class with specified attribute and message header. |
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 | |
---|---|---|
Attribute | Infraestrutura. A master data attribute, including its identification and data value. | |
International | Infraestrutura. The data contract for the international message header. |
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.