Path Properties

更新日期: 2005 年 12 月 5 日

The data flow objects in the Microsoft SQL Server 2005 Integration Services (SSIS) object model have common properties and custom properties at the level of the component, inputs and outputs, and input columns and output columns. Many properties have read-only values that are assigned at run time by the data flow engine.

This topic lists and describes the custom properties of the paths that connect data flow objects.

Path Properties

In the Integration Services object model, a path that connects components in the data flow implements the IDTSPath90 interface.

The following table describes the configurable properties of the paths in a data flow. The data flow engine also assigns values to additional read-only properties that are not listed here.

Property name Data Type Description

PathAnnotation

Integer (enumeration)

A value that indicates whether an annotation should be displayed with the path on the designer surface. The possible values are AsNeeded, SourceName, PathName, and Never. The default value is AsNeeded.

DestinationName

IDTSInput90

The input associated with the path.

SourceName

IDTSOutput90

The output associated with the path.

Change History

Release History

2005 年 12 月 5 日

Changed content:
  • Description property is now PathAnnotation.
  • EndPoint property is now DestinationName.
  • StartPoint property is now SourceName.
  • Removed Name property.

请参阅

参考

Common Properties
Source Custom Properties
Transformation Custom Properties
Destination Custom Properties

概念

Using Property Expressions to Specify Property Values for Data Flow Objects

其他资源

Integration Services 路径

帮助和信息

获取 SQL Server 2005 帮助