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를 참조하세요.

생성자

ConnectionManagerFtpClass()

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

속성

ChunkSize

검색하거나 보낼 최소 바이트 수를 가져오거나 설정합니다.

ConnectionString

데이터 원본에 대한 연결을 설정하는 데 사용되는 연결 문자열을 가져오거나 설정합니다.

ProtectionLevel

패키지에 포함된 중요한 데이터에 대해 수행된 암호화 수준을 가져오거나 설정합니다.

Retries

태스크가 작업을 시도한 횟수를 가져오거나 설정합니다.

Scope

연결 범위를 가져오거나 설정합니다.

ServerName

FTP 서버의 이름을 가져오거나 설정합니다.

ServerPassword

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

ServerPort

서버의 포트 번호를 가져오거나 설정합니다.

ServerUserName

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

SupportsDTCTransactions

연결에서 DTC 트랜잭션을 지원하는지 여부를 나타내는 값을 가져옵니다.

Timeout

제한 시간이 초과되기 전, 연결 시도 기간을 나타내는 값을 가져오거나 설정합니다.

UsePassiveMode

태스크가 Passive 모드에서 파일을 보내고 받을지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

AcquireConnection(Object)

연결 유형의 인스턴스를 만듭니다.

ReleaseConnection(Object)

연결을 해제합니다.

SetQualifier(String)

연결 관리자에 대해 한정자를 설정합니다.

Validate(IDTSInfoEvents100)

구성의 유효성을 검사합니다.

적용 대상