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 | |
---|---|---|
DtsLocalizableAttribute | Initializes a new instance of the DtsLocalizableAttribute class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Gets or sets the description of the DtsLocalizableAttribute. | |
DisplayName | Gets or sets the display name of the DtsLocalizableAttribute. | |
LocalizationType | Gets or sets the class that supplies values for the DtsLocalizableAttribute. | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Attribute.) | |
Finalize | (Se hereda de Object.) | |
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
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