Compartilhar via


SynonymsAttribute Classe

Definição

Especifica um conjunto de sinônimos para uma propriedade de conexão.

public ref class SynonymsAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SynonymsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SynonymsAttribute = class
    inherit Attribute
Public NotInheritable Class SynonymsAttribute
Inherits Attribute
Herança
SynonymsAttribute
Atributos

Construtores

SynonymsAttribute(String)

Inicializa uma nova instância da classe SynonymsAttribute.

Propriedades

Synonyms

Obtém uma lista delimitada por vírgulas de nomes de propriedade de conexão que são sinônimos da propriedade de conexão à qual esse atributo está anexado.

Aplica-se a