Поделиться через


Класс 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.
Открытое свойство HelpCollection Gets the help collection from which to retrieve the help.
Открытое свойство HelpKeyword Gets the help keyword for the component information.
Открытое свойство 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.
Открытое свойство SamplesTag Gets the samples tag for the PipelineComponentInfo.
Открытое свойство 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.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime