Clase DisplayNameKeyAttribute
Specifies the key that is used to look up a localized property name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Sdk.Sfc..::..DisplayNameKeyAttribute
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property Or AttributeTargets.Field Or AttributeTargets.Interface)> _
Public Class DisplayNameKeyAttribute _
Inherits Attribute
'Uso
Dim instance As DisplayNameKeyAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface)]
public class DisplayNameKeyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property|AttributeTargets::Field|AttributeTargets::Interface)]
public ref class DisplayNameKeyAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface)>]
type DisplayNameKeyAttribute =
class
inherit Attribute
end
public class DisplayNameKeyAttribute extends Attribute
El tipo DisplayNameKeyAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DisplayNameKeyAttribute | Initializes a new instance of the DisplayNameKeyAttribute class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Key | Gets the key that is used to look up the localized property name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Attribute.) | |
Finalize | (Se hereda de Object.) | |
GetDefaultKey(FieldInfo) | Gets the default key using the specified FieldInfo object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetDefaultKey(PropertyInfo) | Gets the default key using the specified PropertyInfo object No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetDefaultKey(Type) | Gets the default key using the specified Type object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetHashCode | (Se hereda de Attribute.) | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute. . :: . .Invoke | (Se hereda de Attribute.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.