IDTSOutputColumn100.ID Property

Definition

Gets or sets the ID of an IDTSOutputColumn100 column.

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 IDTSOutputColumn100 object.

Implements

ID
Attributes

Remarks

The ID property appears writeable at design time but an attempt to write to the property during execution causes an exception. The data flow engine assigns the value to this property when the output column is created.

Applies to