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::Sql2017::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
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) |