Linguaggio

FTPClientConnection100 Interfaccia

Definizione

Per altre informazioni, vedere IDTSFtpClientConnection100.

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
Derivato
Attributi
Implementazioni

Proprietà

Nome Descrizione
ChunkSize

Ottiene o imposta la dimensione del blocco.

(Ereditato da IDTSFtpClientConnection100)
Retries

Ottiene o imposta il numero di volte in cui il client FTP ha riprovato a connettersi.

(Ereditato da IDTSFtpClientConnection100)
ServerName

Ottiene o imposta il nome del server.

(Ereditato da IDTSFtpClientConnection100)
ServerPassword

Imposta la password del server.

(Ereditato da IDTSFtpClientConnection100)
ServerPort

Ottiene o imposta la porta server utilizzata nella connessione.

(Ereditato da IDTSFtpClientConnection100)
ServerUserName

Ottiene o imposta il nome utente del server.

(Ereditato da IDTSFtpClientConnection100)
Timeout

Prende o imposta il timeout per la connessione.

(Ereditato da IDTSFtpClientConnection100)
UsePassiveMode

Ottiene o imposta se la connessione client utilizza la modalità passiva.

(Ereditato da IDTSFtpClientConnection100)

Metodi

Nome Descrizione
Close()

Chiude la connessione con il cliente.

(Ereditato da IDTSFtpClientConnection100)
Connect()

Stabilisce un collegamento per il cliente.

(Ereditato da IDTSFtpClientConnection100)
CreateRemoteDirectory(String)

Crea una directory remota per la connessione.

(Ereditato da IDTSFtpClientConnection100)
DeleteFiles(String[])

Elimina i file per la connessione client.

(Ereditato da IDTSFtpClientConnection100)
DeleteRemoteDirectory(String)

Elimina la cartella remota per la connessione client.

(Ereditato da IDTSFtpClientConnection100)
GetListing(String[], String[])

Ottiene l'annuncio per la connessione con il cliente.

(Ereditato da IDTSFtpClientConnection100)
GetWorkingDirectory()

Ottiene la directory funzionante per la connessione client.

(Ereditato da IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean)

Riceve file da una posizione remota..

(Ereditato da IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean)

Invia i file a una località remota.

(Ereditato da IDTSFtpClientConnection100)
SetWorkingDirectory(String)

Imposta la directory di lavoro per la connessione client.

(Ereditato da IDTSFtpClientConnection100)

Si applica a