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
派生

コンストラクター

DtsLocalizableAttribute(String, String)

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

プロパティ

Description

DtsLocalizableAttribute の説明を取得します。値の設定も可能です。

DisplayName

DtsLocalizableAttribute の表示名を取得します。値の設定も可能です。

LocalizationType

DtsLocalizableAttribute に値を提供するクラスを取得します。値の設定も可能です。

適用対象