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

屬性名稱。

適用於