Share via


PipelineComponentInfo Members

Contains properties that describe a pipeline component that is currently installed on the local computer and are ready to be used in a pipeline.

The following tables list the members exposed by the PipelineComponentInfo type.

Public Properties

  Name Description
ms213015.pubproperty(en-US,SQL.90).gif ComponentType Returns a DTSPipelineComponentType enumerator that identifies a component as a source, destination, or transformation. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif CreationName Returns the string used by the runtime to create an instance of the PipelineComponentInfo object and add the object to the PipelineComponentInfos collection. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif Description Gets or sets the description of the data flow component object.
ms213015.pubproperty(en-US,SQL.90).gif FileName Returns the name of the file that contains the data flow component. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif FileNameVersionString Returns the version of the component. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif IconFile Returns the name of the file that contains the icon. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif IconResource Returns the icon associated with the component object. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif ID Returns the unique ID associated with the pipeline component. This property is read-only.
ms213015.pubproperty(en-US,SQL.90).gif Name Gets or sets the name of the component used in the graphical user interface.
ms213015.pubproperty(en-US,SQL.90).gif NoEditor Returns a Boolean that indicates if the Advanced Properties graphical editor is disabled. This field is read-only.
ms213015.pubproperty(en-US,SQL.90).gif ShapeProgID Returns the designer shape of the component. This field is read-only.
ms213015.pubproperty(en-US,SQL.90).gif UITypeName Returns the qualified name of the assembly that implements the user interface of the component. This field is read-only.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms213015.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms213015.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms213015.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms213015.pubmethod(en-US,SQL.90).gifms213015.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms213015.pubmethod(en-US,SQL.90).gifms213015.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms213015.pubmethod(en-US,SQL.90).gifms213015.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms213015.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms213015.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms213015.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

PipelineComponentInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace