IDTSPipelineComponentInfo100 Interface

 

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

Contains properties that describe a pipeline component that is currently installed on the local computer and are ready to be used in a pipeline.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("DB0AE131-48EF-485C-A31E-8345CDBE8E31")]
public interface class IDTSPipelineComponentInfo100

NameDescription
System_CAPS_pubpropertyComponentContact

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

For more information, see PipelineComponentInfo.

System_CAPS_pubpropertyComponentType

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

Returns a DTSPipelineComponentType enumerator that identifies a component as a source, destination, or transformation. This property is read-only.

System_CAPS_pubpropertyFileName

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

Returns the name of the file that contains the data flow component. This property is read-only.

System_CAPS_pubpropertyFileNameVersionString

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

Returns the version of the component. This property is read-only.

System_CAPS_pubpropertyHelpCollection

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

Gets the help collection from which to retrieve the help.

System_CAPS_pubpropertyHelpKeyword

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

Gets the help keyword for the component information.

System_CAPS_pubpropertyIconFile

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

Returns the name of the file that contains the icon. This property is read-only.

System_CAPS_pubpropertyIconResource

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

Returns the icon associated with the component object. This property is read-only.

System_CAPS_pubpropertyNoEditor

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

Returns a Boolean that indicates if the Advanced Properties graphical editor is disabled. This field is read-only.

System_CAPS_pubpropertySamplesTag

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

Gets the samples tag for the PipelineComponentInfo.

System_CAPS_pubpropertyShapeProgID

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

Returns the designer shape of the component. This field is read-only.

System_CAPS_pubpropertyUITypeName

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

Returns the qualified name of the assembly that implements the user interface of the component. This field is read-only.

For more information, see PipelineComponentInfo.

Return to top
Show: