DtsLocalizableAttribute Class

Definition

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.

Applies to