DtsPipelineComponentAttribute Class
PipelineComponent オブジェクトに関するデザイン時の情報が含まれます。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (microsoft.sqlserver.pipelinehost.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class, Inherited:=False, AllowMultiple:=False)> _
Public Class DtsPipelineComponentAttribute
Inherits DtsLocalizableAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited=false, AllowMultiple=false)]
public class DtsPipelineComponentAttribute : DtsLocalizableAttribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited=false, AllowMultiple=false)]
public ref class DtsPipelineComponentAttribute : public DtsLocalizableAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, Inherited=false, AllowMultiple=false) */
public class DtsPipelineComponentAttribute extends DtsLocalizableAttribute
AttributeUsageAttribute(AttributeTargets.Class, Inherited=false, AllowMultiple=false)
public class DtsPipelineComponentAttribute extends DtsLocalizableAttribute
解説
この属性は、PipelineComponent から派生したマネージ データ フロー コンポーネントに適用されます。この属性は、クラスをマネージ データ フロー コンポーネントとして特定し、クラスのプロパティを介して情報を提供します。このプロパティによって、SSIS デザイナのオブジェクトの表示方法およびオブジェクトとの連携方法が制御されます。
継承階層
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Pipeline.DtsPipelineComponentAttribute
使用例
次の例は、この属性を実装するマネージ データ フロー コンポーネントを示しています。
[DtsPipelineComponent(DisplayName="MyComponent", ComponentType=ComponentType.Transform)]
public class MyComponent: PipelineComponent
{}
DtsPipelineComponent(DisplayName="MyComponent", ComponentType=ComponentType.Transform)> _
Public Class MyComponent
Inherits PipelineComponent
End Class
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DtsPipelineComponentAttribute Members
Microsoft.SqlServer.Dts.Pipeline Namespace