共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。