Compartir a través de


Clase DtsLocalizableAttribute

Provides localization support by populating the DisplayName and Description properties from an embedded resource file.

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
      Microsoft.SqlServer.Dts.Pipeline.DtsPipelineComponentAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Localization
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public MustInherit Class DtsLocalizableAttribute _
    Inherits Attribute
'Uso
Dim instance As DtsLocalizableAttribute
public abstract class DtsLocalizableAttribute : Attribute
public ref class DtsLocalizableAttribute abstract : public Attribute
[<AbstractClassAttribute>]
type DtsLocalizableAttribute =  
    class 
        inherit Attribute 
    end
public abstract class DtsLocalizableAttribute extends Attribute

El tipo DtsLocalizableAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido DtsLocalizableAttribute Initializes a new instance of the DtsLocalizableAttribute class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Description Gets or sets the description of the DtsLocalizableAttribute.
Propiedad pública DisplayName Gets or sets the display name of the DtsLocalizableAttribute.
Propiedad pública LocalizationType Gets or sets the class that supplies values for the DtsLocalizableAttribute.
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 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

Comentarios

DtsLocalizableAttribute is an abstract class that provides support for populating the DisplayName and Description properties of the DtsPipelineComponent attribute.

Developers writing custom dataflow components use the functionality of this class by setting the LocalizationType property to the type of the resource class that contains the resources for the component. This class should contain two properties, named ComponentDisplayName and ComponentDescription, that correspond to the localized string resources.

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.Pipeline.Localization