Partilhar via


Classe LocalizablePropertyDisplayNameAttribute

Provides a localized display name for a property.

Hierarquia de herança

System.Object
  System.Attribute
    System.ComponentModel.DisplayNameAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDisplayNameAttribute _
    Inherits DisplayNameAttribute
'Uso
Dim instance As LocalizablePropertyDisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyDisplayNameAttribute : DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDisplayNameAttribute sealed : public DisplayNameAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyDisplayNameAttribute =  
    class 
        inherit DisplayNameAttribute 
    end
public final class LocalizablePropertyDisplayNameAttribute extends DisplayNameAttribute

O tipo LocalizablePropertyDisplayNameAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público LocalizablePropertyDisplayNameAttribute Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name.

Início

Propriedades

  Nome Descrição
Propriedade pública DisplayName Gets the display name of the LocalizablePropertyDisplayNameAttribute. (Substitui DisplayNameAttribute.DisplayName.)
Propriedade pública TypeId (Herdado de Attribute.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de DisplayNameAttribute.)
Método público GetHashCode (Herdado de DisplayNameAttribute.)
Método público GetLocalizedValue Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de DisplayNameAttribute.)
Método público Match (Herdado de Attribute.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.Invoke (Herdado de Attribute.)

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Localization