IDTSObject100.ID Property

Definition

Gets or sets the identifier of an IDTSObject100 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

An integer value that uniquely identifies the object.

Attributes

Remarks

Every object created by the data flow engine is given a unique ID. The ID property is read-only.

Applies to