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 .

적용 대상