IDTSCustomProperty100.TypeConverter Property

Definition

Gets or sets the type converter for an IDTSCustomProperty100 object.

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

Property Value

The type converter for the IDTSCustomProperty100 object.

Attributes

Remarks

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 Design-time Methods of a Data Flow Component.

Applies to