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를 참조하세요.
생성자
| Name | Description |
|---|---|
| ConnectionManagerHostClass() |
ConnectionManagerHostClass 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| ConnectionString |
데이터 소스와의 연결을 설정하는 데 사용되는 연결 문자열을 얻거나 설정합니다. |
| CreationName |
런타임에서 객체 인스턴스 ConnectionManagerHostClass 를 생성하는 데 사용하는 문자열을 가져옵니다. 이 속성은 읽기 전용입니다. |
| DelayValidation |
패키지 검증이 실행될 때까지 지연되는지 나타내는 불리언을 받거나 설정합니다. |
| Description |
객체의 ConnectionManagerHostClass 설명을 얻거나 설정합니다. |
| HostType |
연결이 사용되는 호스트 유형을 설명하는 열거 항목을 받습니다. 이 속성은 읽기 전용입니다. |
| ID |
.의 ID를 얻습니다.ConnectionManagerHostClass 이 속성은 읽기 전용입니다. |
| InnerObject |
생성된 특정 연결 유형을 가져옵니다. 이 속성은 읽기 전용입니다. |
| Name |
개체의 ConnectionManagerHostClass 이름을 가져오거나 설정합니다. |
| ProtectionLevel |
패키지에 포함된 민감한 데이터에 대해 수행되는 암호화 수준을 획득하거나 설정합니다. |
| Scope |
연결 관리자의 범위를 얻습니다. |
| SupportsDTCTransactions |
연결이 Microsoft Distributed Transaction Coordinator(MS DTC) 트랜잭션을 지원하는지 나타내는 불리언을 반환합니다. |
메서드
| Name | Description |
|---|---|
| AcquireConnection(Object) |
연결 유형의 인스턴스를 생성합니다. |
| ReleaseConnection(Object) |
. 동안 생성된 AcquireConnection(Object)연결을 해제합니다. 설계 시점과 런타임에 호출됩니다. |
| SetQualifier(String) |
연결 관리자가 생성된 후, 실행 중인 패키지에서 사용되기 전에 연결 관리자의 자식자를 변경합니다. |
| Validate(IDTSInfoEvents100) |
연결을 검증하고 성공 또는 실패를 나타내는 열거 항목을 반환합니다. |