IDTSProperty100.ConnectionType 속성

정의

연결을 만드는 데 사용되는 연결 관리자의 이름을 가져옵니다.

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

속성 값

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

특성

설명

자세한 내용은 DtsProperty를 참조하세요.

적용 대상