C# 클래스 SSIS.Extensions.SFTP.SFTPFileInfo

Stores the file information for sending and receiving
상속: ISFTPFileInfo
파일 보기 프로젝트 열기: ElanHasson/SSIS-Extensions

공개 메소드들

메소드 설명
SFTPFileInfo ( ) : System
SFTPFileInfo ( string localPath, string remotePath, bool overwrite, bool removeSource ) : System

Initializes a new instance of the SFTPFileInfo class.

메소드 상세

SFTPFileInfo() 공개 메소드

public SFTPFileInfo ( ) : System
리턴 System

SFTPFileInfo() 공개 메소드

Initializes a new instance of the SFTPFileInfo class.
public SFTPFileInfo ( string localPath, string remotePath, bool overwrite, bool removeSource ) : System
localPath string The local path.
remotePath string The remote path.
overwrite bool if set to true [overwrite].
removeSource bool if set to true [remove source].
리턴 System