Compartilhar via


Classe DisplayDescriptionKeyAttribute

Specifies the key that is used to look up a localized property description.Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc..::..DisplayDescriptionKeyAttribute

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property Or AttributeTargets.Interface)> _
Public Class DisplayDescriptionKeyAttribute _
    Inherits Attribute
'Uso
Dim instance As DisplayDescriptionKeyAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Interface)]
public class DisplayDescriptionKeyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property|AttributeTargets::Interface)]
public ref class DisplayDescriptionKeyAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Interface)>]
type DisplayDescriptionKeyAttribute =  
    class
        inherit Attribute
    end
public class DisplayDescriptionKeyAttribute extends Attribute

O tipo DisplayDescriptionKeyAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DisplayDescriptionKeyAttribute Initializes a new instance of the DisplayDescriptionKeyAttribute class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública Key Gets the key that is used to look up a localized property description. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública TypeId (Herdado de Attribute.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Attribute.)
Método protegido Finalize (Herdado de Object.)
Método público GetDefaultKey(FieldInfo) Gets the default key using the specified FieldInfo object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetDefaultKey(PropertyInfo) Gets the default key using the specified PropertyInfo object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetDefaultKey(Type) Gets the default key using the specified Type object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetHashCode (Herdado de Attribute.)
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de Attribute.)
Método público Match (Herdado de Attribute.)
Método protegido MemberwiseClone (Herdado de Object.)
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.