다음을 통해 공유


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.

맨 위로 이동