次の方法で共有


LocalizablePropertyDisplayNameAttribute クラス

プロパティのローカライズされた表示名を提供します。

継承階層

System.Object
  System.Attribute
    System.ComponentModel.DisplayNameAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute

名前空間:  Microsoft.SqlServer.Dts.Runtime.Localization
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDisplayNameAttribute _
    Inherits DisplayNameAttribute
'使用
Dim instance As LocalizablePropertyDisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyDisplayNameAttribute : DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDisplayNameAttribute sealed : public DisplayNameAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyDisplayNameAttribute =  
    class 
        inherit DisplayNameAttribute 
    end
public final class LocalizablePropertyDisplayNameAttribute extends DisplayNameAttribute

LocalizablePropertyDisplayNameAttribute 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド LocalizablePropertyDisplayNameAttribute 指定した型とプロパティ名を使用して、LocalizablePropertyDisplayNameAttribute クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DisplayName LocalizablePropertyDisplayNameAttribute の表示名を取得します。 (DisplayNameAttribute.DisplayName をオーバーライドします。)
パブリック プロパティ TypeId (Attribute から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (DisplayNameAttribute から継承されています。)
パブリック メソッド GetHashCode (DisplayNameAttribute から継承されています。)
パブリック メソッド GetLocalizedValue LocalizablePropertyDisplayNameAttribute のローカライズされた値を含む文字列を返します。
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IsDefaultAttribute (DisplayNameAttribute から継承されています。)
パブリック メソッド Match (Attribute から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetIDsOfNames (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfo (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfoCount (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.Invoke (Attribute から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Localization 名前空間