언어

FTPClientConnection100 인터페이스

정의

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

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
파생
특성
구현

속성

Name Description
ChunkSize

청크의 크기를 얻거나 설정합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
Retries

FTP 클라이언트가 다시 연결을 시도한 횟수를 받거나 설정합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
ServerName

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

(다음에서 상속됨 IDTSFtpClientConnection100)
ServerPassword

서버 비밀번호를 설정합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
ServerPort

연결에 사용되는 서버 포트를 받거나 설정합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
ServerUserName

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

(다음에서 상속됨 IDTSFtpClientConnection100)
Timeout

연결을 위한 시간을 맞추거나 설정합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
UsePassiveMode

클라이언트 연결이 패시브 모드를 사용하는지 설정하거나 획득합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)

메서드

Name Description
Close()

클라이언트 연결이 끊깁니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
Connect()

클라이언트를 위한 연결을 구축합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
CreateRemoteDirectory(String)

연결을 위한 원격 디렉터리를 생성합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
DeleteFiles(String[])

클라이언트 연결용 파일을 삭제합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
DeleteRemoteDirectory(String)

클라이언트 연결의 원격 디렉터리를 삭제합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
GetListing(String[], String[])

클라이언트 연결 매물 정보를 얻습니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
GetWorkingDirectory()

클라이언트 연결의 작업 디렉터리를 가져옵니다.

(다음에서 상속됨 IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean)

원격 위치에서 파일을 수신합니다..

(다음에서 상속됨 IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean)

파일을 원격 장소로 보내세요.

(다음에서 상속됨 IDTSFtpClientConnection100)
SetWorkingDirectory(String)

클라이언트 연결의 작업 디렉터리를 설정합니다.

(다음에서 상속됨 IDTSFtpClientConnection100)

적용 대상