Partilhar via


Propriedade do RDL AttributeChangeResponse.DeprecatedAttributeName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the deprecated attribute name.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property DeprecatedAttributeName As String 
    Get 
    Set
'Uso
Dim instance As AttributeChangeResponse 
Dim value As String 

value = instance.DeprecatedAttributeName

instance.DeprecatedAttributeName = value
[MessageBodyMemberAttribute]
public string DeprecatedAttributeName { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ DeprecatedAttributeName {
    String^ get ();
    void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member DeprecatedAttributeName : string with get, set
function get DeprecatedAttributeName () : String 
function set DeprecatedAttributeName (value : String)

Valor da propriedade

Tipo: System.String
The deprecated attribute name.

Consulte também

Referência

AttributeChangeResponse Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts