IDTSRuntimeConnection100.ConnectionManagerID 属性

定义

获取或设置 ConnectionManager 包中包含的对象ID,并被组件使用。

public:
 property System::String ^ ConnectionManagerID { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public string ConnectionManagerID { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.ConnectionManagerID : string with get, set
Public Property ConnectionManagerID As String

属性值

物体的 ConnectionManager ID。

属性

注解

ConnectionManagerID 属性用于存储运行时连接引用的包中的 ID ConnectionManager 。 ID 用于在集合Connections中定位连接Package。 连接的引用存储在 ConnectionManager 运行时连接的属性中。

适用于