次の方法で共有


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

定義

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

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

パラメーター

type
Type

型。

propertyName
String

プロパティ名。

適用対象