LocalizablePropertyDisplayNameAttribute 构造函数

Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Localization
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Sub New ( _
    type As Type, _
    propertyName As String _
)
用法
Dim type As Type 
Dim propertyName As String 

Dim instance As New LocalizablePropertyDisplayNameAttribute(type, propertyName)
public LocalizablePropertyDisplayNameAttribute(
    Type type,
    string propertyName
)
public:
LocalizablePropertyDisplayNameAttribute(
    Type^ type, 
    String^ propertyName
)
new : 
        type:Type * 
        propertyName:string -> LocalizablePropertyDisplayNameAttribute
public function LocalizablePropertyDisplayNameAttribute(
    type : Type, 
    propertyName : String
)

参数

请参阅

参考

LocalizablePropertyDisplayNameAttribute 类

Microsoft.SqlServer.Dts.Runtime.Localization 命名空间