Share via


DtsLocalizableAttribute Members

Include Protected Members
Include Inherited Members

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

The DtsLocalizableAttribute type exposes the following members.

Constructors

  Name Description
Protected method DtsLocalizableAttribute(String, String) Initializes a new instance of the DtsLocalizableAttribute class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Attribute.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Attribute.)
Public method GetType() (Inherited from Object.)
Public method IsDefaultAttribute() (Inherited from Attribute.)
Public method Match(Object) (Inherited from Attribute.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Description Gets or sets the description of the DtsLocalizableAttribute.
Public property DisplayName Gets or sets the display name of the DtsLocalizableAttribute.
Public property LocalizationType Gets or sets the class that supplies values for the DtsLocalizableAttribute.
Public property TypeId (Inherited from Attribute.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount(UInt32%) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) (Inherited from Attribute.)

Top