retrieves the information about the pipeline components

Dear Experts,

I can look the values of the proprieties in each PipelineComponentInfo, for example:

ComponentType: Transform
CreationName: DTSTransform.Merge.1
Description: Merge Transformation
FileName: C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\TxMerge.dll
FileNameVersionString: 2000.90.1049.0
IconFile: C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\TxMerge.dll
IconResource: -201
ID: {08AE886A-4124-499C-B332-16E3299D225A}
Name: Merge
NoEditor: False
ShapeProgID:
UITypeName: Microsoft.DataTransformationServices.....


but I don't know what means the proprieties: FileName, FileNameVersionString, IconFile, IconResource, NoEdit, ShapeProgID and UITypeName...

Can anyone helps Me

Thanks

Francesco



Answer this question

retrieves the information about the pipeline components

  • Marcus Alexandre

    Please see the PipelineComponentInfo class documentation in the programming reference. Use the BOL Index to locate it quickly.

    -Doug


  • arno73

    Good IDEA!

    This is link

    Sorry, but in this period I'm tense and very tired...

    Thanks a lot

    Francesco


  • Neetan

    What information are you looking for.

    The properties are those used by the runtime and designer to use the component.



  • Wa1d0

    I wanna know the meaning of the words:

    IconFile, IconResource, NoEdit, ShapeProgID and UITypeNam... .

    I already know which are the values of these informations


  • retrieves the information about the pipeline components