语言

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属性的DtsPipelineComponent属性Description和。

编写自定义数据流组件的开发者通过将属性设置为 LocalizationType 包含该组件资源的资源类类型来利用该类的功能。 该类应包含两个属性,分别为命名 ComponentDisplayNameComponentDescription, ,对应本地化字符串资源。

构造函数

名称 说明
DtsLocalizableAttribute(String, String)

初始化 DtsLocalizableAttribute 类的新实例。

属性

名称 说明
Description

获得或设置了 的描述。DtsLocalizableAttribute

DisplayName

获取或设置 < a0 /> 的显示名称。

LocalizationType

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

适用于