IDTSRuntimeConnection100.ConnectionManagerID 属性

定义

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 属性用于将 的 ConnectionManager ID 存储在运行时连接引用的包中。 ID 用于在包的 Connections 集合中找到连接。 对连接的引用存储在运行时连接的 属性中 ConnectionManager

适用于