다음을 통해 공유


BaseLocalizableAttribute(Type, String) 생성자

정의

지정된 유형과 속성 이름을 사용하여 BaseLocalizableAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 BaseLocalizableAttribute(Type ^ type, System::String ^ propertyName);
public BaseLocalizableAttribute (Type type, string propertyName);
new Microsoft.SqlServer.Dts.Runtime.Localization.BaseLocalizableAttribute : Type * string -> Microsoft.SqlServer.Dts.Runtime.Localization.BaseLocalizableAttribute
Public Sub New (type As Type, propertyName As String)

매개 변수

type
Type

형식입니다.

propertyName
String

속성 이름입니다.

적용 대상