Classe DtsLocalizableAttribute
Provides localization support by populating the DisplayName and Description properties from an embedded resource file.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Dts.Pipeline.Localization..::..DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Pipeline. . :: . .DtsPipelineComponentAttribute
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Localization
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public MustInherit Class DtsLocalizableAttribute _
Inherits Attribute
'Utilizzo
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
Nel tipo DtsLocalizableAttribute sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DtsLocalizableAttribute | Initializes a new instance of the DtsLocalizableAttribute class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 | Ereditato da Attribute. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Attribute. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Attribute. | |
GetType | Ereditato da Object. | |
IsDefaultAttribute | Ereditato da Attribute. | |
Match | Ereditato da Attribute. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | Ereditato da Attribute. | |
_Attribute. . :: . .GetTypeInfo | Ereditato da Attribute. | |
_Attribute. . :: . .GetTypeInfoCount | Ereditato da Attribute. | |
_Attribute. . :: . .Invoke | Ereditato da Attribute. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.