DtsLocalizableAttribute(String, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DtsLocalizableAttribute 클래스의 새 인스턴스를 초기화합니다.
protected:
DtsLocalizableAttribute(System::String ^ localizedDisplayNameProperty, System::String ^ localizedDescriptionProperty);
protected DtsLocalizableAttribute (string localizedDisplayNameProperty, string localizedDescriptionProperty);
new Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute : string * string -> Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
Protected Sub New (localizedDisplayNameProperty As String, localizedDescriptionProperty As String)
매개 변수
- localizedDisplayNameProperty
- String
리소스 클래스에서 DisplayName 속성을 조회하는 데 사용되는 속성 이름입니다.
- localizedDescriptionProperty
- String
리소스 클래스에서 Description 속성을 조회하는 데 사용되는 속성 이름입니다.
설명
를 DtsPipelineComponentAttribute사용할 때는 상 ComponentDisplayName 시 및 localizedDescriptionPropertyComponentDescription입니다localizedDisplayNameProperty. 따라서 리소스 파일의 키 이름은 동일해야 합니다. 클래스는 DtsLocalizableAttribute 메서드를 System.Reflection.Type.GetProperty 사용하여 이러한 속성을 검색한 다음 메서드를 GetValue 호출하여 채웁습니다.