DtsLocalizableAttribute クラス
埋め込まれたリソース ファイルから DisplayName プロパティと Description プロパティを設定することでローカライズ サポートを提供します。
継承階層
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Pipeline.DtsPipelineComponentAttribute
名前空間: Microsoft.SqlServer.Dts.Pipeline.Localization
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public MustInherit Class DtsLocalizableAttribute _
Inherits Attribute
'使用
Dim instance As DtsLocalizableAttribute
public abstract class DtsLocalizableAttribute : Attribute
public ref class DtsLocalizableAttribute abstract : public Attribute
[<AbstractClassAttribute>]
type DtsLocalizableAttribute =
class
inherit Attribute
end
public abstract class DtsLocalizableAttribute extends Attribute
DtsLocalizableAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
DtsLocalizableAttribute | DtsLocalizableAttribute クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Description | DtsLocalizableAttribute の説明を取得します。値の設定も可能です。 | |
DisplayName | DtsLocalizableAttribute の表示名を取得します。値の設定も可能です。 | |
LocalizationType | DtsLocalizableAttribute に値を提供するクラスを取得します。値の設定も可能です。 | |
TypeId | (Attribute から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Attribute から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Attribute から継承されています。) | |
GetType | (Object から継承されています。) | |
IsDefaultAttribute | (Attribute から継承されています。) | |
Match | (Attribute から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
_Attribute.GetIDsOfNames | (Attribute から継承されています。) | |
_Attribute.GetTypeInfo | (Attribute から継承されています。) | |
_Attribute.GetTypeInfoCount | (Attribute から継承されています。) | |
_Attribute.Invoke | (Attribute から継承されています。) |
先頭に戻る
説明
DtsLocalizableAttribute は、DtsPipelineComponent 属性の DisplayName プロパティと Description プロパティの設定をサポートする抽象クラスです。
カスタム データ フロー コンポーネントを開発する場合は、このコンポーネントのリソースを含むリソース クラスの型を LocalizationType プロパティに設定することにより、このクラスの機能を使用できます。 このクラスには、ローカライズされた文字列リソースに対応する ComponentDisplayName と ComponentDescription という名前の 2 つのプロパティを含める必要があります。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。