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 識別。

屬性

備註

ConnectionManagerID 屬性用於儲存執行時連線所參考套件中的 ID ConnectionManager 。 ID 用於在套件的 Connections 集合中定位該連線。 連線的參考會儲存在 ConnectionManager 執行時連線的屬性中。

適用於