언어

ConnectionManagerSqlMobileClass 클래스

정의

연결 관리자 SQL 모바일 클래스를 나타냅니다.

public ref class ConnectionManagerSqlMobileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerSqlMobile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1FDE27EE-C329-412B-BE24-F31A93E40127")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0C996862-7BCD-44B4-9AD8-8B8D964FFDA9")]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FE30E026-7285-415E-9A33-E4C98B91464E")]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1FDE27EE-C329-412B-BE24-F31A93E40127")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerSqlMobileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerSqlMobile
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0C996862-7BCD-44B4-9AD8-8B8D964FFDA9")>]
type ConnectionManagerSqlMobileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerSqlMobile
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FE30E026-7285-415E-9A33-E4C98B91464E")>]
type ConnectionManagerSqlMobileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerSqlMobile
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
Public Class ConnectionManagerSqlMobileClass
Implements ConnectionManagerSqlMobile, IDTSConnectionManagerDatabaseParameters100, IDTSConnectionManagerInit100
상속
ConnectionManagerSqlMobileClass
특성
구현

설명

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

생성자

Name Description
ConnectionManagerSqlMobileClass()

ConnectionManagerSqlMobileClass 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
ConnectionString

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

InitialCatalog

연결과 연결된 데이터베이스의 이름을 가져오거나 설정합니다.

Password

로그인할 때 사용하는 비밀번호를 설정합니다.

ProtectionLevel

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

RetainSameConnection

연결 관리자가 동일한 연결을 유지하는지 여부를 나타내는 값을 받거나 설정합니다.

Scope

연결을 위한 범위를 잡거나 설정합니다.

ServerName

서버 이름을 받거나 설정합니다.

SupportsDTCTransactions

연결이 DTC 트랜잭션을 지원하는지 여부를 나타내는 값을 받습니다.

UserName

연결의 사용자 이름을 받거나 설정합니다.

메서드

Name Description
AcquireConnection(Object)

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

GetConnectionForSchema()

스키마 연결을 받아.

InitializeConnectionManager(String, IDTSInfoEvents100, IDTSLogging100)

연결 관리자 인스턴스를 초기화합니다.

ReleaseConnection(Object)

. 동안 생성된 AcquireConnection(Object)연결을 해제합니다.

SetQualifier(String)

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

Validate(IDTSInfoEvents100)

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

적용 대상