IDTSRuntimeConnection100.ID Property

Definition

Gets or sets the ID of the IDTSRuntimeConnection100 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 IDTSRuntimeConnection100 object.

Implements

ID
Attributes

Remarks

By default, the ID of the run-time connection is set when the connection is created. However, if the AutoGenerateIDForNewObjects property of the data flow task is false, the ID must be set by using this property.

Applies to