IDTSPath100 Members
Include Protected Members
Include Inherited Members
Represents a connection between two components.
The IDTSPath100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AttachPathAndPropagateNotifications(IDTSOutput100, IDTSInput100) | Establishes a path between two components and notifies the affected components. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of an IDTSObject100. (Inherited from IDTSObject100.) | |
Description | Gets or sets the description of the IDTSPath100 object. | |
EndPoint | Gets or sets the IDTSInput100 object associated with a path. | |
ID | Gets or sets the ID of an IDTSObject100object. (Inherited from IDTSObject100.) | |
ID | Gets or sets the ID of an IDTSPath100 object. | |
IdentificationString | Gets a string that uniquely identifies an IDTSObject100. (Inherited from IDTSObject100.) | |
IdentificationString | Gets a unique string that identifies an IDTSPath100 object. | |
Name | Gets or sets the name of an IDTSObject100 object. (Inherited from IDTSObject100.) | |
Name | Gets or sets the string identifier of an IDTSPath100 object. | |
ObjectType | Gets the ObjectType property of an IDTSObject100. (Inherited from IDTSObject100.) | |
ObjectType | Returns a value from the DTSObjectType enumeration. | |
StartPoint | Gets or sets the IDTSOutput100 object associated with a path. | |
Visualized | Sets a value indicating that the user has attached a data viewer to this path in SSIS Designer. |
Top