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

コンポーネントに対してAdvanced Propertiesエディターが利用可能かどうかを示す値を取得または設定します。

RequiredProductLevel

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

SamplesTag

コンポーネントからサンプルタグを取得したり設定したりします。

ShapeProgID

コンポーネントのデザイナー形状を取得するか設定します。

SupportsBackPressure

複数の入力をサポートするコンポーネントとして識別し、入力が不均一な速度でデータを生成した場合に過剰なメモリ使用を処理するオプションの手法を実装します。

UITypeName

コンポーネントのユーザーインターフェースを実装するアセンブリの条件名を取得するか設定します。

適用対象