FTPClientConnection100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
ChunkSize |
Ottiene o imposta le dimensioni del blocco. (Ereditato da IDTSFtpClientConnection100) |
Retries |
Ottiene o imposta il numero di tentativi di connessione del client FTP. (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 del server utilizzata nella connessione. (Ereditato da IDTSFtpClientConnection100) |
ServerUserName |
Ottiene o imposta il nome utente del server. (Ereditato da IDTSFtpClientConnection100) |
Timeout |
Ottiene o imposta il timeout della connessione. (Ereditato da IDTSFtpClientConnection100) |
UsePassiveMode |
Ottiene o imposta un valore che indica se la connessione client utilizza la modalità passiva. (Ereditato da IDTSFtpClientConnection100) |
Metodi
Close() |
Chiude la connessione client. (Ereditato da IDTSFtpClientConnection100) |
Connect() |
Stabilisce una connessione per il client. (Ereditato da IDTSFtpClientConnection100) |
CreateRemoteDirectory(String) |
Crea una directory remota per la connessione. (Ereditato da IDTSFtpClientConnection100) |
DeleteFiles(String[]) |
Elimina i file della connessione client. (Ereditato da IDTSFtpClientConnection100) |
DeleteRemoteDirectory(String) |
Elimina la directory remota della connessione client. (Ereditato da IDTSFtpClientConnection100) |
GetListing(String[], String[]) |
Ottiene l'elenco della connessione client. (Ereditato da IDTSFtpClientConnection100) |
GetWorkingDirectory() |
Ottiene la directory di lavoro della connessione client. (Ereditato da IDTSFtpClientConnection100) |
ReceiveFiles(String[], String, Boolean, Boolean) |
Riceve i file da un percorso remoto. (Ereditato da IDTSFtpClientConnection100) |
SendFiles(String[], String, Boolean, Boolean) |
Invia i file in un percorso remoto. (Ereditato da IDTSFtpClientConnection100) |
SetWorkingDirectory(String) |
Imposta la directory di lavoro della connessione client. (Ereditato da IDTSFtpClientConnection100) |