언어

ConnectionManagerMultiFileClass 클래스

정의

연결 관리자 다중 파일 클래스를 나타냅니다.

public ref class ConnectionManagerMultiFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerMultiFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerMultiFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerMultiFile
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")>]
type ConnectionManagerMultiFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerMultiFile
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")>]
type ConnectionManagerMultiFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerMultiFile
    interface IDTSConnectionManagerFile100
Public Class ConnectionManagerMultiFileClass
Implements ConnectionManagerMultiFile, IDTSConnectionManagerFile100
상속
ConnectionManagerMultiFileClass
특성
구현

설명

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

생성자

Name Description
ConnectionManagerMultiFileClass()

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

속성

Name Description
ConnectionString

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

FileUsageType

파일 연결 사용 유형을 얻거나 설정합니다.

ProtectionLevel

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

Scope

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

SupportsDTCTransactions

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

메서드

Name Description
AcquireConnection(Object)

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

ReleaseConnection(Object)

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

SetQualifier(String)

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

Validate(IDTSInfoEvents100)

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

적용 대상