次の方法で共有


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 オブジェクトは、コンピュータにインストールされており、クライアントによる作成が可能な、データ フロー コンポーネントを記述します。ランタイムは、そのデータ フロー コンポーネント カテゴリ ID で登録されているパイプライン コンポーネントを列挙することによって、ネイティブ データ フロー コンポーネントを見つけます。

Integration Services (SSIS) パイプラインは、Integration Services パイプライン エンジンと Integration Services パイプライン コンポーネントで構成されます。Integration Services パイプライン エンジンはパッケージの実行時にデータを抽出し、変換して、読み込みます。Integration Services パイプライン コンポーネントは、グラフを構築するために使用します。

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。