指定した型とプロパティ名を使用して、LocalizablePropertyDisplayNameAttribute クラスの新しいインスタンスを初期化します。
名前空間: 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
)
パラメーター
- type
型: System.Type
型名です。
- propertyName
型: System.String
プロパティ名です。