Compartir a través de


PipelineComponentInfo Class

Contains properties that describe a pipeline component that is currently installed on the local computer and are ready to be used in a pipeline.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public NotInheritable Class PipelineComponentInfo
    Inherits DtsObject
    Implements IDTSName
public sealed class PipelineComponentInfo : DtsObject, IDTSName
public ref class PipelineComponentInfo sealed : public DtsObject, IDTSName
public final class PipelineComponentInfo extends DtsObject implements IDTSName
public final class PipelineComponentInfo extends DtsObject implements IDTSName

Notas

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.

Inheritance Hierarchy

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

PipelineComponentInfo Members
Microsoft.SqlServer.Dts.Runtime Namespace