共用方式為


PipelineComponentInfo 成員

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

PipelineComponentInfo 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

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

頂端