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

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