PipelineComponentInfo 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 following tables list the members exposed by the PipelineComponentInfo type.
Public Properties
Nom | Description | |
---|---|---|
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. |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Equals | Overloaded. (inherited from DtsObject ) | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
PipelineComponentInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace