언어

ConnectionManagerFtpClass 클래스

정의

연결 관리자 FTP 클래스를 나타냅니다.

public ref class ConnectionManagerFtpClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFtp, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
Public Class ConnectionManagerFtpClass
Implements ConnectionManagerFtp, IDTSConnectionManagerFtp100
상속
ConnectionManagerFtpClass
특성
구현

설명

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

생성자

Name Description
ConnectionManagerFtpClass()

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

속성

Name Description
ChunkSize

검색하거나 전송할 최소 바이트 수를 받거나 설정합니다.

ConnectionString

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

ProtectionLevel

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

Retries

작업이 연산을 시도하는 횟수를 받거나 설정합니다.

Scope

연결의 범위를 정하거나 설정합니다.

ServerName

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

ServerPassword

서버 이름에 지정된 서버의 비밀번호를 설정합니다.

ServerPort

서버에서 포트 번호를 받거나 설정합니다.

ServerUserName

사용자의 로그온 별칭을 받거나 설정합니다.

SupportsDTCTransactions

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

Timeout

연결을 시도해야 하는 시간을 나타내는 값을 받거나 설정합니다.

UsePassiveMode

작업이 수동 모드로 파일을 송수신하는지 여부를 나타내는 값을 받거나 설정합니다.

메서드

Name Description
AcquireConnection(Object)

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

ReleaseConnection(Object)

연결이 해제됩니다.

SetQualifier(String)

연결 관리자에 수식자를 설정합니다.

Validate(IDTSInfoEvents100)

구성 검증.

적용 대상