DtsLocalizableAttribute クラス

定義

埋め込みリソースファイルから DisplayName および Description プロパティを入力することでローカリゼーションサポートを提供します。

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

注釈

DtsLocalizableAttributeDtsPipelineComponent属性のDisplayNameおよびDescriptionプロパティを埋め込むための抽象クラスです。

カスタムデータフローコンポーネントを書く開発者は、 LocalizationType プロパティをそのコンポーネントのリソースを含むリソースクラスの型に設定することで、このクラスの機能を活用します。 このクラスには、局所化された文字列リソースに対応する ComponentDisplayNameComponentDescription, という2つのプロパティを含めるべきです。

コンストラクター

名前 説明
DtsLocalizableAttribute(String, String)

DtsLocalizableAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Description

DtsLocalizableAttributeの記述を取得または設定します。

DisplayName

DtsLocalizableAttributeの表示名を取得または設定します。

LocalizationType

DtsLocalizableAttributeの値を提供するクラスを取得するか設定します。

適用対象