IDTSConnectionInfo100.ConnectionType 속성

정의

public:
 property System::String ^ ConnectionType { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743813)]
public string ConnectionType { [System.Runtime.InteropServices.DispId(1610743813)] get; }
[<System.Runtime.InteropServices.DispId(1610743813)>]
[<get: System.Runtime.InteropServices.DispId(1610743813)>]
member this.ConnectionType : string
Public ReadOnly Property ConnectionType As String

속성 값

연결을 만드는 데 사용되는 연결 관리자의 이름을 포함하는 문자열 입니다.

특성

설명

Integration Services에는 많은 연결 관리자 유형이 포함됩니다. 다음은 부분 목록입니다.

  • ADO(ActiveX Data Objects)의 연결 관리자인 ADO

  • ADO.NET 연결 관리자인 ADO.NET

  • 파일의 연결 관리자인 FILE

Integration Services 및 연결된 이름에 포함된 연결 관리자의 전체 목록은 프로그래밍 방식으로 연결 추가를 참조하세요.

적용 대상