FTPClientConnection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자세한 내용은 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
- 파생
- 특성
- 구현
속성
ChunkSize |
청크의 크기를 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
Retries |
FTP 클라이언트의 연결 재시도 횟수를 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
ServerName |
서버의 이름을 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
ServerPassword |
서버 암호를 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
ServerPort |
연결에 사용된 서버 포트를 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
ServerUserName |
서버의 사용자 이름을 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
Timeout |
연결의 제한 시간을 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
UsePassiveMode |
클라이언트 연결에서 Passive 모드를 사용하는지 여부를 가져오거나 설정합니다. (다음에서 상속됨 IDTSFtpClientConnection100) |
메서드
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) |