IDTSCustomProperty100.TypeConverter 속성

Gets or sets the type converter for an IDTSCustomProperty100 object.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property TypeConverter As String 
    Get 
    Set
‘사용 방법
Dim instance As IDTSCustomProperty100 
Dim value As String 

value = instance.TypeConverter

instance.TypeConverter = value
string TypeConverter { get; set; }
property String^ TypeConverter {
    String^ get ();
    void set (String^ value);
}
abstract TypeConverter : string with get, set
function get TypeConverter () : String 
function set TypeConverter (value : String)

속성 값

유형: System.String
The type converter for the IDTSCustomProperty100 object.

주의

The TypeConverter property lets you specify how to convert user-defined types to other data types. One common use is to convert the integer values of an enumeration to the corresponding string for that integer value. When you do this the name of the enumeration is displayed in the property grid instead of the corresponding integer value.

For information on using this property, see "Creating Custom Properties" in 데이터 흐름 구성 요소의 디자인 타임 메서드.

참고 항목

참조

IDTSCustomProperty100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스