IDTSRuntimeConnection100.ConnectionManagerID 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지에 포함되고 구성 요소에서 사용되는 ConnectionManager 개체의 ID를 가져오거나 설정합니다.
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는 컬렉션에서 ConnectionsPackage연결을 찾는 데 사용됩니다. 연결에 대한 참조는 런타임 연결의 속성에 저장됩니다 ConnectionManager .