IDTSPath100 Members

Include Protected Members
Include Inherited Members

Represents a connection between two components.

The IDTSPath100 type exposes the following members.

Methods

  Name Description
Public method AttachPathAndPropagateNotifications(IDTSOutput100, IDTSInput100) Establishes a path between two components and notifies the affected components.

Top

Properties

  Name Description
Public property Description Gets or sets the description of an IDTSObject100. (Inherited from IDTSObject100.)
Public property Description Gets or sets the description of the IDTSPath100 object.
Public property EndPoint Gets or sets the IDTSInput100 object associated with a path.
Public property ID Gets or sets the ID of an IDTSObject100object. (Inherited from IDTSObject100.)
Public property ID Gets or sets the ID of an IDTSPath100 object.
Public property IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Inherited from IDTSObject100.)
Public property IdentificationString Gets a unique string that identifies an IDTSPath100 object.
Public property Name Gets or sets the name of an IDTSObject100 object. (Inherited from IDTSObject100.)
Public property Name Gets or sets the string identifier of an IDTSPath100 object.
Public property ObjectType Gets the ObjectType property of an IDTSObject100. (Inherited from IDTSObject100.)
Public property ObjectType Returns a value from the DTSObjectType enumeration.
Public property StartPoint Gets or sets the IDTSOutput100 object associated with a path.
Public property Visualized Sets a value indicating that the user has attached a data viewer to this path in SSIS Designer.

Top