IDTSRuntimeConnection100.ConnectionManagerID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置包中包含和组件使用的 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 用于在集合Package中Connections查找连接。 对连接的引用存储在运行时连接的属性中 ConnectionManager 。