IDTSPipelineComponentInfo100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see PipelineComponentInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("E3D0581A-98F9-40B1-AF29-2E1F916AB6C1")> _
Public Interface IDTSPipelineComponentInfo100
'Usage
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

The IDTSPipelineComponentInfo100 type exposes the following members.

Properties

  Name Description
Public property ComponentContact Infrastructure. For more information, see PipelineComponentInfo.
Public property ComponentType Infrastructure. For more information, see PipelineComponentInfo.
Public property FileName Infrastructure. For more information, see PipelineComponentInfo.
Public property FileNameVersionString Infrastructure. For more information, see PipelineComponentInfo.
Public property IconFile Infrastructure. For more information, see PipelineComponentInfo.
Public property IconResource Infrastructure. For more information, see PipelineComponentInfo.
Public property NoEditor Infrastructure. For more information, see PipelineComponentInfo.
Public property ShapeProgID Infrastructure. For more information, see PipelineComponentInfo.
Public property UITypeName Infrastructure. For more information, see PipelineComponentInfo.

Top