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
Remarks
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.
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. |