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

适用于