Compartir a través de


PipelineComponentInfo Miembros

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

El tipo PipelineComponentInfo expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio