DtsLocalizableAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
埋め込みリソースファイルから 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
- 派生
注釈
DtsLocalizableAttributeはDtsPipelineComponent属性のDisplayNameおよびDescriptionプロパティを埋め込むための抽象クラスです。
カスタムデータフローコンポーネントを書く開発者は、 LocalizationType プロパティをそのコンポーネントのリソースを含むリソースクラスの型に設定することで、このクラスの機能を活用します。 このクラスには、局所化された文字列リソースに対応する ComponentDisplayName と ComponentDescription, という2つのプロパティを含めるべきです。
コンストラクター
| 名前 | 説明 |
|---|---|
| DtsLocalizableAttribute(String, String) |
DtsLocalizableAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Description |
DtsLocalizableAttributeの記述を取得または設定します。 |
| DisplayName |
DtsLocalizableAttributeの表示名を取得または設定します。 |
| LocalizationType |
DtsLocalizableAttributeの値を提供するクラスを取得するか設定します。 |