IDTSCustomProperty100.TypeConverter 속성

정의

IDTSCustomProperty100 개체에 대한 유형 변환기를 가져오거나 설정합니다.

public:
 property System::String ^ TypeConverter { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(104)]
public string TypeConverter { [System.Runtime.InteropServices.DispId(104)] get; [System.Runtime.InteropServices.DispId(104)] set; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
[<set: System.Runtime.InteropServices.DispId(104)>]
member this.TypeConverter : string with get, set
Public Property TypeConverter As String

속성 값

IDTSCustomProperty100 개체의 형식 변환기입니다.

특성

설명

TypeConverter 속성을 사용하면 사용자 정의 형식을 다른 데이터 형식으로 변환하는 방법을 지정할 수 있습니다. 한 가지 일반적인 용도는 열거형의 정수 값을 해당 정수 값에 해당하는 문자열로 변환하는 것입니다. 이렇게 하면 열거형의 이름이 해당 정수 값 대신 속성 표에 표시됩니다.

이 속성을 사용하는 방법에 대한 자세한 내용은 Data Flow 구성 요소의 디자인 타임 메서드에서 "사용자 지정 속성 만들기"를 참조하세요.

적용 대상