IDTSConnectionManager100 인터페이스

정의

데이터 소스와의 연결을 관리하는 데 사용되는 속성과 메서드를 제공합니다.

public interface class IDTSConnectionManager100
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface IDTSConnectionManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface IDTSConnectionManager100
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type IDTSConnectionManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type IDTSConnectionManager100 = interface
Public Interface IDTSConnectionManager100
파생
특성

설명

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

속성

Name Description
ConnectionString

데이터 소스와의 연결을 설정하는 데 사용되는 연결 문자열을 얻거나 설정합니다.

ProtectionLevel

패키지에 포함된 민감한 데이터에 대해 수행되는 암호화 수준을 획득하거나 설정합니다.

Scope

연결 관리자의 범위를 얻습니다.

SupportsDTCTransactions

연결이 Microsoft Distributed Transaction Coordinator(MS DTC) 트랜잭션을 지원하는지 여부를 나타내는 불리언을 받습니다.

메서드

Name Description
AcquireConnection(Object)

연결 유형의 인스턴스를 생성합니다.

ReleaseConnection(Object)

. 동안 생성된 AcquireConnection(Object)연결을 해제합니다. 설계 시점과 런타임에 호출할 수 있습니다.

SetQualifier(String)

연결 관리자가 생성된 후, 실행 중인 패키지에서 사용되기 전에 연결 관리자의 자식자를 변경합니다.

Validate(IDTSInfoEvents100)

연결을 검증하고 성공 또는 실패를 나타내는 열거 항목을 반환합니다.

적용 대상