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는 . Package집합에서 Connections 연결을 찾는 데 사용됩니다. 연결에 대한 참조는 런타임 연결의 속성에 ConnectionManager 저장됩니다.

적용 대상