DtsLocalizableAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides localization support by populating the DisplayName and Description properties from an embedded resource file.
public ref class DtsLocalizableAttribute abstract : Attribute
public abstract class DtsLocalizableAttribute : Attribute
type DtsLocalizableAttribute = class
inherit Attribute
Public MustInherit Class DtsLocalizableAttribute
Inherits Attribute
- Inheritance
-
DtsLocalizableAttribute
- Derived
Constructors
DtsLocalizableAttribute(String, String) |
Initializes a new instance of the DtsLocalizableAttribute class. |
Properties
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. |