IDTSPath100.ID Property

Definition

Gets or sets the ID of an IDTSPath100 object.

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

Property Value

The unique integer ID of the IDTSPath100 object.

Implements

ID
Attributes

Remarks

The ID property uniquely identifies the path from other objects in the layout of the data flow task. It is assigned by the data flow engine during creation of the path, and is treated as a read-only property.

Applies to