次の方法で共有


LocalizablePropertyDisplayNameAttribute(Type, String) コンストラクター

定義

指定した型とプロパティ名を使用して、LocalizablePropertyDisplayNameAttribute クラスの新しいインスタンスを初期化します。

public:
 LocalizablePropertyDisplayNameAttribute(Type ^ type, System::String ^ propertyName);
public LocalizablePropertyDisplayNameAttribute (Type type, string propertyName);
new Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute : Type * string -> Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute
Public Sub New (type As Type, propertyName As String)

パラメーター

type
Type

型名。

propertyName
String

プロパティ名。

適用対象