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

属性名称。

适用于