Path Properties
Data aggiornamento: 5 dicembre 2005
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 |
The input associated with the path. |
|
SourceName |
The output associated with the path. |
Change History
Release | History |
---|---|
5 dicembre 2005 |
|
Vedere anche
Riferimento
Common Properties
Source Custom Properties
Transformation Custom Properties
Destination Custom Properties
Concetti
Using Property Expressions to Specify Property Values for Data Flow Objects
Altre risorse
Percorsi in Integration Services