Classe DtsLocalizableAttribute
Provides localization support by populating the DisplayName and Description properties from an embedded resource file.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Dts.Pipeline.Localization..::..DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Pipeline. . :: . .DtsPipelineComponentAttribute
Namespace: Microsoft.SqlServer.Dts.Pipeline.Localization
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
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
O tipo DtsLocalizableAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DtsLocalizableAttribute | Initializes a new instance of the DtsLocalizableAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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 | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute. . :: . .Invoke | (Herdado de Attribute.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.