FTPClientConnection100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("1B8DDF87-DA19-4F28-A3F6-88DD2D4BCBE7")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("1B8DDF87-DA19-4F28-A3F6-88DD2D4BCBE7")>]
type FTPClientConnection100 = interface
interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
- Derived
- Attributes
- Implements
Properties
| ChunkSize | (Inherited from IDTSFtpClientConnection100) |
| Retries | (Inherited from IDTSFtpClientConnection100) |
| ServerName | (Inherited from IDTSFtpClientConnection100) |
| ServerPassword | (Inherited from IDTSFtpClientConnection100) |
| ServerPort | (Inherited from IDTSFtpClientConnection100) |
| ServerUserName | (Inherited from IDTSFtpClientConnection100) |
| Timeout | (Inherited from IDTSFtpClientConnection100) |
| UsePassiveMode | (Inherited from IDTSFtpClientConnection100) |
Methods
| Close() | (Inherited from IDTSFtpClientConnection100) |
| Connect() | (Inherited from IDTSFtpClientConnection100) |
| CreateRemoteDirectory(String) | (Inherited from IDTSFtpClientConnection100) |
| DeleteFiles(String[]) | (Inherited from IDTSFtpClientConnection100) |
| DeleteRemoteDirectory(String) | (Inherited from IDTSFtpClientConnection100) |
| GetListing(String[], String[]) | (Inherited from IDTSFtpClientConnection100) |
| GetWorkingDirectory() | (Inherited from IDTSFtpClientConnection100) |
| ReceiveFiles(String[], String, Boolean, Boolean) | (Inherited from IDTSFtpClientConnection100) |
| SendFiles(String[], String, Boolean, Boolean) | (Inherited from IDTSFtpClientConnection100) |
| SetWorkingDirectory(String) | (Inherited from IDTSFtpClientConnection100) |