IDTSVirtualInputColumn100.ID Property

Definition

Gets the ID of an IDTSVirtualInputColumn100 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 numeric ID of the IDTSVirtualInputColumn100 object.

Implements

ID
Attributes

Remarks

The ID property appears writeable in the Visual Studio .NET code editor, but an attempt to assign a value to the property causes an exception at runtime. The data flow engine assigns the value of this property for all objects in the data flow object model.

Applies to