Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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("DB0AE131-48EF-485C-A31E-8345CDBE8E31")> _
Public Interface IDTSPipelineComponentInfo100
'Usage
Dim instance As IDTSPipelineComponentInfo100
[GuidAttribute("DB0AE131-48EF-485C-A31E-8345CDBE8E31")]
public interface IDTSPipelineComponentInfo100
[GuidAttribute(L"DB0AE131-48EF-485C-A31E-8345CDBE8E31")]
public interface class IDTSPipelineComponentInfo100
[<GuidAttribute("DB0AE131-48EF-485C-A31E-8345CDBE8E31")>]
type IDTSPipelineComponentInfo100 = interface end
public interface IDTSPipelineComponentInfo100
The IDTSPipelineComponentInfo100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ComponentContact | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
ComponentType | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
FileName | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
FileNameVersionString | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
HelpCollection | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
HelpKeyword | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
IconFile | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
IconResource | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
NoEditor | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
SamplesTag | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
ShapeProgID | Infrastructure. For more information, see PipelineComponentInfo. |
![]() |
UITypeName | Infrastructure. For more information, see PipelineComponentInfo. |
Top