次の方法で共有


IDTSPipelineComponentInfo100 インターフェイス

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細については、「PipelineComponentInfo」を参照してください。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
<GuidAttribute("E3D0581A-98F9-40B1-AF29-2E1F916AB6C1")> _
Public Interface IDTSPipelineComponentInfo100
'使用
Dim instance As IDTSPipelineComponentInfo100
[GuidAttribute("E3D0581A-98F9-40B1-AF29-2E1F916AB6C1")]
public interface IDTSPipelineComponentInfo100
[GuidAttribute(L"E3D0581A-98F9-40B1-AF29-2E1F916AB6C1")]
public interface class IDTSPipelineComponentInfo100
[<GuidAttribute("E3D0581A-98F9-40B1-AF29-2E1F916AB6C1")>]
type IDTSPipelineComponentInfo100 =  interface end
public interface IDTSPipelineComponentInfo100

IDTSPipelineComponentInfo100 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ComponentContact インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ ComponentType インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ FileName インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ FileNameVersionString インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ IconFile インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ IconResource インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ NoEditor インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ ShapeProgID インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。
パブリック プロパティ UITypeName インフラストラクチャです。詳細については、「PipelineComponentInfo」を参照してください。

先頭に戻る