Hi,
I need to get the data type of a IDTSCustomProperty90 property. I can get a control flow DtsProperty data type by simply using the Type property (which returns a TypeCode) on the DtsProperty object. However, not able to find a similar property/method on a IDTSCustomProperty90.
Thanks,
-Suri

Getting DataType of a IDTSCustomProperty90 object
bebakhshid
-Doug
Christian2005
SergioPereira
IDTSCustomProperty90.ObjectType.GetTypeCode() is the answer!!!
laroj123
Matt
cuco
People,
I am still not able to get the datatype of the custom property. I thought that IDTSCustomProperty.TypeConverter.GetTypeCode() would do the needful however I realised that it will always return TypeCode.String.
The DtsProperty.Type returns the correct datatype.
-Suri