ConnectionManagerSqlMobile 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자세한 내용은 ConnectionManagerSqlMobileClass를 참조하세요.
public interface class ConnectionManagerSqlMobile : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerSqlMobile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerSqlMobile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerSqlMobile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerSqlMobile = interface
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerSqlMobile = interface
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerSqlMobile = interface
interface IDTSConnectionManager100
Public Interface ConnectionManagerSqlMobile
Implements IDTSConnectionManager100
- 파생
- 특성
- 구현
속성
ConnectionString |
데이터 원본에 대한 연결을 설정하는 데 사용되는 연결 문자열을 가져오거나 설정합니다. (다음에서 상속됨 IDTSConnectionManager100) |
ProtectionLevel |
패키지에 포함된 중요한 데이터에 대해 수행된 암호화 수준을 가져오거나 설정합니다. (다음에서 상속됨 IDTSConnectionManager100) |
Scope |
연결 관리자의 범위를 가져옵니다. (다음에서 상속됨 IDTSConnectionManager100) |
SupportsDTCTransactions |
연결이 MS DTC(Microsoft Distributed Transaction Coordinator) 트랜잭션을 지원하는지 여부를 나타내는 부울을 가져옵니다. (다음에서 상속됨 IDTSConnectionManager100) |
메서드
AcquireConnection(Object) |
연결 유형의 인스턴스를 만듭니다. (다음에서 상속됨 IDTSConnectionManager100) |
ReleaseConnection(Object) |
AcquireConnection(Object)을 실행하는 동안 설정된 연결을 해제합니다. 디자인 타임과 런타임에 호출될 수 있습니다. (다음에서 상속됨 IDTSConnectionManager100) |
SetQualifier(String) |
연결 관리자를 만들고 나서 실행 중인 패키지에서 해당 연결 관리자를 사용하기 전에 연결 관리자에 대한 한정자를 변경합니다. (다음에서 상속됨 IDTSConnectionManager100) |
Validate(IDTSInfoEvents100) |
연결의 유효성을 검사하고 성공 또는 실패를 나타내는 열거형을 반환합니다. (다음에서 상속됨 IDTSConnectionManager100) |