다음을 통해 공유


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

속성 이름입니다.

적용 대상