Partager via


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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..PipelineComponentInfo

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PipelineComponentInfo _
    Inherits DtsObject _
    Implements IDTSName
'Utilisation
Dim instance As PipelineComponentInfo
public sealed class PipelineComponentInfo : DtsObject, 
    IDTSName
public ref class PipelineComponentInfo sealed : public DtsObject, 
    IDTSName
[<SealedAttribute>]
type PipelineComponentInfo =  
    class
        inherit DtsObject
        interface IDTSName
    end
public final class PipelineComponentInfo extends DtsObject implements IDTSName

Le type PipelineComponentInfo expose les membres suivants.

Propriétés

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

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (hérité de DtsObject.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (hérité de DtsObject.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

A PipelineComponentInfo object describes a data flow component that is installed on the computer and available for clients to create. The runtime will find native data flow components by enumerating the pipeline components registered with the data flow component category ID.

The Integration Services (SSIS) Pipeline consists of the Integration Services Pipeline engine and the Integration Services Pipeline components. The Integration Services Pipeline engine extracts, transforms, and loads data when a package is run. The Integration Services Pipeline components are used to build the graphs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.