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.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public NotInheritable Class PipelineComponentInfo _
    Inherits DtsObject _
    Implements IDTSName
用法
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

PipelineComponentInfo 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 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 继承。)

页首

注释

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.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。