Condividi tramite


Membri 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.

Il tipo PipelineComponentInfo espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. (Ereditato da DtsObject).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode Returns the hash code for this instance. (Ereditato da DtsObject).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

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

In alto