IDTSRuntimeConnection100.ID 属性

定义

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

属性值

IDTSRuntimeConnection100 对象的 ID。

实现

ID
属性

注解

默认情况下,创建连接时会设置运行时连接的 ID。 但是,如果 AutoGenerateIDForNewObjects 数据流任务的属性为 false,则必须使用此属性设置 ID。

适用于