IDTSVirtualInput100.ID Property

Definition

Gets or sets the ID of a virtual input 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 ID of the IDTSVirtualInput100.

Implements

ID
Attributes

Remarks

The ID property of the IDTSVirtualInput100 object contains a negative number. Negative integer IDs in data flow objects are internal IDs and should not be changed. Changing the ID of an IDTSVirtualInput100 object adversely affects the ability of the data flow engine to locate the object again.

Applies to