DtsPipelineComponentAttribute クラス

定義

PipelineComponent オブジェクトに関するデザイン時の情報が含まれます。

public ref class DtsPipelineComponentAttribute : Microsoft::SqlServer::Dts::Pipeline::Localization::DtsLocalizableAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public class DtsPipelineComponentAttribute : Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DtsPipelineComponentAttribute = class
    inherit DtsLocalizableAttribute
Public Class DtsPipelineComponentAttribute
Inherits DtsLocalizableAttribute
継承
DtsPipelineComponentAttribute
属性

次の例は、この属性を実装するマネージド データ フロー コンポーネントを示しています。

[DtsPipelineComponent(DisplayName="MyComponent", ComponentType=ComponentType.Transform)]  
public class MyComponent: PipelineComponent  
{}  
DtsPipelineComponent(DisplayName="MyComponent", ComponentType=ComponentType.Transform)> _   
Public Class MyComponent   
Inherits PipelineComponent   
End Class  

注釈

この属性は、PipelineComponent から派生したマネージド データ フロー コンポーネントに適用されます。 この属性は、クラスをマネージド データ フロー コンポーネントとして特定し、クラスのプロパティを介して情報を提供します。このプロパティによって、SSIS デザイナーのオブジェクトの表示方法およびオブジェクトとの連携方法が制御されます。

コンストラクター

DtsPipelineComponentAttribute()

DtsPipelineComponentAttribute クラスの新しいインスタンスを初期化します。

プロパティ

ComponentType

コンポーネントを、変換元、変換先、または変換として識別します。

CurrentVersion

コンポーネントのバージョンを取得します。値の設定も可能です。

Description

DtsLocalizableAttribute の説明を取得します。値の設定も可能です。

(継承元 DtsLocalizableAttribute)
DisplayName

DtsLocalizableAttribute の表示名を取得します。値の設定も可能です。

(継承元 DtsLocalizableAttribute)
HelpCollection

ヘルプの取得元となるヘルプ コレクションを取得します。値の設定も可能です。

HelpKeyword

コンポーネントに関連付けられているヘルプ キーワードを取得します。値の設定も可能です。

IconResource

ツールボックスのコンポーネントを表すアイコンを取得します。値の設定も可能です。

LocalizationType

DtsLocalizableAttribute に値を提供するクラスを取得します。値の設定も可能です。

(継承元 DtsLocalizableAttribute)
NoEditor

コンポーネントで [詳細プロパティ] エディターが利用可能かどうかを示す値を取得します。値の設定も可能です。

RequiredProductLevel

データ フロー コンポーネントに必要な SQL Server 2005 製品レベルを示す値を取得または設定します。

SamplesTag

コンポーネントのサンプル タグを取得します。値の設定も可能です。

ShapeProgID

コンポーネントのデザイナー図形を取得します。値の設定も可能です。

SupportsBackPressure

コンポーネントが複数の入力をサポートし、複数の入力によってデータが不均一なレートで生成される場合に過度なメモリ消費を処理するためのオプションのメソッドを実装するかどうかを示します。

UITypeName

コンポーネントのユーザー インターフェイスを実装するアセンブリの修飾名を取得します。値の設定も可能です。

適用対象