DtsLocalizableAttribute 类

定义

通过从嵌入的资源文件填充 DisplayNameDescription 属性,提供本地化支持。

public ref class DtsLocalizableAttribute abstract : Attribute
public abstract class DtsLocalizableAttribute : Attribute
type DtsLocalizableAttribute = class
    inherit Attribute
Public MustInherit Class DtsLocalizableAttribute
Inherits Attribute
继承
DtsLocalizableAttribute
派生

注解

DtsLocalizableAttribute 是一个抽象类,提供对填充 DisplayName 属性和 Description 属性 DtsPipelineComponent 的支持。

编写自定义数据流组件的开发人员通过将属性设置为 LocalizationType 包含组件资源的资源类的类型,从而使用此类的功能。 此类应包含两个属性,命名 ComponentDisplayNameComponentDescription, 对应于本地化字符串资源。

构造函数

DtsLocalizableAttribute(String, String)

初始化 DtsLocalizableAttribute 类的新实例。

属性

Description

获取或设置 DtsLocalizableAttribute 的说明。

DisplayName

获取或设置 DtsLocalizableAttribute 的显示名称。

LocalizationType

获取或设置为 DtsLocalizableAttribute 提供值的类。

适用于