FTPClientConnection100 Interface

Definição

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
Derivado
Atributos
Implementações

Propriedades

ChunkSize (Herdado de IDTSFtpClientConnection100)
Retries (Herdado de IDTSFtpClientConnection100)
ServerName (Herdado de IDTSFtpClientConnection100)
ServerPassword (Herdado de IDTSFtpClientConnection100)
ServerPort (Herdado de IDTSFtpClientConnection100)
ServerUserName (Herdado de IDTSFtpClientConnection100)
Timeout (Herdado de IDTSFtpClientConnection100)
UsePassiveMode (Herdado de IDTSFtpClientConnection100)

Métodos

Close() (Herdado de IDTSFtpClientConnection100)
Connect() (Herdado de IDTSFtpClientConnection100)
CreateRemoteDirectory(String) (Herdado de IDTSFtpClientConnection100)
DeleteFiles(String[]) (Herdado de IDTSFtpClientConnection100)
DeleteRemoteDirectory(String) (Herdado de IDTSFtpClientConnection100)
GetListing(String[], String[]) (Herdado de IDTSFtpClientConnection100)
GetWorkingDirectory() (Herdado de IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean) (Herdado de IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean) (Herdado de IDTSFtpClientConnection100)
SetWorkingDirectory(String) (Herdado de IDTSFtpClientConnection100)

Aplica-se a