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

속성 값

연결을 생성하는 데 사용된 연결 관리자 이름을 포함하는 문자열 입니다.

특성

설명

통합 서비스는 다양한 연결 관리자 유형을 포함합니다. 다음은 일부 목록입니다:

  • ADO, ActiveX 데이터 객체(ADO)의 연결 관리자

  • ADO.NET, ADO.NET의 연결 관리자

  • 파일, 파일 연결 관리자

통합 서비스와 관련된 이름에 포함된 연결 관리자 전체 목록은 프로그래밍 방식으로 연결 추가를 참조하세요.

적용 대상