次の方法で共有


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

定義

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

protected:
 DtsLocalizableAttribute(System::String ^ localizedDisplayNameProperty, System::String ^ localizedDescriptionProperty);
protected DtsLocalizableAttribute (string localizedDisplayNameProperty, string localizedDescriptionProperty);
new Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute : string * string -> Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
Protected Sub New (localizedDisplayNameProperty As String, localizedDescriptionProperty As String)

パラメーター

localizedDisplayNameProperty
String

リソース クラスの DisplayName プロパティを検索するために使用されるプロパティの名前です。

localizedDescriptionProperty
String

リソース クラスの Description プロパティを検索するために使用されるプロパティの名前です。

注釈

DtsPipelineComponentAttribute を使用する場合、localizedDisplayNamePropertylocalizedDescriptionProperty の値は常に ComponentDisplayNameComponentDescription になります。 したがって、リソース ファイル内の各キーを同じ名前にする必要があります。 DtsLocalizableAttribute クラスでは、System.Reflection.Type.GetProperty メソッドを使用してこれらのプロパティを取得してから、GetValue メソッドを呼び出して値を設定します。

適用対象