Sdílet prostřednictvím


PipelineComponentInfo Members

Include Protected Members
Include Inherited 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 PipelineComponentInfo type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ComponentType Returns a DTSPipelineComponentType enumerator that identifies a component as a source, destination, or transformation. This property is read-only.
Public property 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.
Public property Description Gets or sets the description of the data flow component object.
Public property FileName Returns the name of the file that contains the data flow component. This property is read-only.
Public property FileNameVersionString Returns the version of the component. This property is read-only.
Public property IconFile Returns the name of the file that contains the icon. This property is read-only.
Public property IconResource Returns the icon associated with the component object. This property is read-only.
Public property ID Returns the unique ID associated with the pipeline component. This property is read-only.
Public property Name Gets or sets the name of the component used in the graphical user interface.
Public property NoEditor Returns a Boolean that indicates if the Advanced Properties graphical editor is disabled. This field is read-only.
Public property ShapeProgID Returns the designer shape of the component. This field is read-only.
Public property UITypeName Returns the qualified name of the assembly that implements the user interface of the component. This field is read-only.

Top