다음을 통해 공유


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 네임스페이스