Compartir a través de


Clase BaseLocalizableAttribute

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a base localizable attribute.

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Runtime.Localization.BaseLocalizableAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Class BaseLocalizableAttribute _
    Inherits Attribute
'Uso
Dim instance As BaseLocalizableAttribute
public class BaseLocalizableAttribute : Attribute
public ref class BaseLocalizableAttribute : public Attribute
type BaseLocalizableAttribute =  
    class 
        inherit Attribute 
    end
public class BaseLocalizableAttribute extends Attribute

El tipo BaseLocalizableAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BaseLocalizableAttribute Infraestructura. Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública PropertyName Infraestructura. Gets the property name of the attribute.
Propiedad pública Type Infraestructura. Gets the type of the attribute.
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetLocalizedValue Infraestructura. Gets the localized value of the attribute.
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization