FTPClientConnection100 Interfaz

Definición

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
Derivado
Atributos
Implementaciones

Propiedades

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

Métodos

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

Se aplica a