Condividi tramite


Classe DisplayDescriptionKeyAttribute

Specifies the key that is used to look up a localized property description.Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property Or AttributeTargets.Interface)> _
Public Class DisplayDescriptionKeyAttribute _
    Inherits Attribute
'Utilizzo
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

Nel tipo DisplayDescriptionKeyAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DisplayDescriptionKeyAttribute Initializes a new instance of the DisplayDescriptionKeyAttribute class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Key Gets the key that is used to look up a localized property description. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica TypeId Ereditato da Attribute.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Attribute.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetDefaultKey(FieldInfo) Gets the default key using the specified FieldInfo object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetDefaultKey(PropertyInfo) Gets the default key using the specified PropertyInfo object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetDefaultKey(Type) Gets the default key using the specified Type object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetHashCode Ereditato da Attribute.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsDefaultAttribute Ereditato da Attribute.
Metodo pubblico Match Ereditato da Attribute.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetIDsOfNames Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetTypeInfo Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetTypeInfoCount Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .Invoke Ereditato da Attribute.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.