C# Класс SSIS.Extensions.SFTP.SFTPFileInfo

Stores the file information for sending and receiving
Наследование: ISFTPFileInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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