IDTSComponentMetaData100.ID Property

Definition

Gets or sets the identifier of a component.

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 identifier of a component.

Implements

ID
Attributes

Remarks

The ID property is set by the data flow task when the component is initially added to the ComponentMetaDataCollection. It is read-only and cannot be modified.

Applies to