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
Metodo protetto DtsLocalizableAttribute Initializes a new instance of the DtsLocalizableAttribute class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets or sets the description of the DtsLocalizableAttribute.
Proprietà pubblica DisplayName Gets or sets the display name of the DtsLocalizableAttribute.
Proprietà pubblica LocalizationType Gets or sets the class that supplies values for the DtsLocalizableAttribute.
Proprietà pubblica TypeId Ereditato da Attribute.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Attribute.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Attribute.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsDefaultAttribute Ereditato da Attribute.
Metodo pubblico Match Ereditato da Attribute.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetIDsOfNames Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetTypeInfo Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetTypeInfoCount Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _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.