ConnectionManagerHostClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
태스크 호스트에 연결하는 연결 관리자를 나타냅니다.
public ref class ConnectionManagerHostClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerHost, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectHost100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("0E06FA4E-C1AA-4EB5-9251-6CE59300EDD9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerHostClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHost, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectHost100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("C56B9432-0D62-4F6B-9843-6EEE5977A58F")]
public class ConnectionManagerHostClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHost, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectHost100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("B3D2C3B7-1782-41D5-BC77-7FCE63B9C8AE")]
public class ConnectionManagerHostClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHost, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectHost100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("0E06FA4E-C1AA-4EB5-9251-6CE59300EDD9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerHostClass = class
interface ConnectionManagerHost
interface IDTSName100
interface IDTSObjectHost100
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("C56B9432-0D62-4F6B-9843-6EEE5977A58F")>]
type ConnectionManagerHostClass = class
interface ConnectionManagerHost
interface IDTSName100
interface IDTSObjectHost100
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("B3D2C3B7-1782-41D5-BC77-7FCE63B9C8AE")>]
type ConnectionManagerHostClass = class
interface ConnectionManagerHost
interface IDTSName100
interface IDTSObjectHost100
interface IDTSConnectionManager100
Public Class ConnectionManagerHostClass
Implements ConnectionManagerHost, IDTSConnectionManager100, IDTSObjectHost100
- 상속
-
ConnectionManagerHostClass
- 특성
- 구현
설명
자세한 내용은 ConnectionManager를 참조하세요.
생성자
ConnectionManagerHostClass() |
ConnectionManagerHostClass 클래스의 새 인스턴스를 초기화합니다. |
속성
ConnectionString |
데이터 원본에 대한 연결을 설정하는 데 사용되는 연결 문자열을 가져오거나 설정합니다. |
CreationName |
런타임에서 ConnectionManagerHostClass 개체의 인스턴스를 만드는 데 사용되는 문자열을 가져옵니다. 이 속성은 읽기 전용입니다. |
DelayValidation |
패키지가 실행될 때까지 패키지 유효성 검사가 지연되는지 여부를 나타내는 부울을 가져오거나 설정합니다. |
Description |
ConnectionManagerHostClass 개체에 대한 설명을 가져오거나 설정합니다. |
HostType |
연결이 사용되는 호스트 유형에 대해 설명하는 열거형을 가져옵니다. 이 속성은 읽기 전용입니다. |
ID |
ConnectionManagerHostClass의 ID를 가져옵니다. 이 속성은 읽기 전용입니다. |
InnerObject |
만든 특정 연결 유형을 가져옵니다. 이 속성은 읽기 전용입니다. |
Name |
ConnectionManagerHostClass 개체의 이름을 가져오거나 설정합니다. |
ProtectionLevel |
패키지에 포함된 중요한 데이터에 대해 수행된 암호화 수준을 가져오거나 설정합니다. |
Scope |
연결 관리자의 범위를 가져옵니다. |
SupportsDTCTransactions |
연결에서 MS DTC(Microsoft Distributed Transaction Coordinator) 트랜잭션을 지원하는지 여부를 나타내는 Boolean을 반환합니다. |
메서드
AcquireConnection(Object) |
연결 유형의 인스턴스를 만듭니다. |
ReleaseConnection(Object) |
AcquireConnection(Object)을 실행하는 동안 설정된 연결을 해제합니다. 디자인 타임과 런타임에 호출됩니다. |
SetQualifier(String) |
연결 관리자를 만들고 나서 실행 중인 패키지에서 해당 연결 관리자를 사용하기 전에 연결 관리자에 대한 한정자를 변경합니다. |
Validate(IDTSInfoEvents100) |
연결의 유효성을 검사하고 성공 또는 실패를 나타내는 열거형을 반환합니다. |