IDTSRuntimeConnection100.ConnectionManagerID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 用於在集合Package中定位該連接Connections。 連線的參考會儲存在 ConnectionManager 執行時連線的屬性中。