Interfaccia FTPClientConnection100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see IDTSFtpClientConnection100.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Utilizzo
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =  
    interface 
        interface IDTSFtpClientConnection100 
    end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100

Nel tipo FTPClientConnection100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ChunkSize Infrastruttura. Gets or sets the size of the chunk. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica Retries Infrastruttura. Gets or sets the number of times that the FTP client retried connecting. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica ServerName Infrastruttura. Gets or sets the name of the server. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica ServerPassword Infrastruttura. Sets the server password. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica ServerPort Infrastruttura. Gets or sets the server port used in the connection. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica ServerUserName Infrastruttura. Gets or sets the user name for the server. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica Timeout Infrastruttura. Gets or sets the time out for the connection. Ereditato da IDTSFtpClientConnection100.
Proprietà pubblica UsePassiveMode Infrastruttura. Gets or sets whether the client connection uses passive mode. Ereditato da IDTSFtpClientConnection100.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Close Infrastruttura. Closes the client connection. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico Connect Infrastruttura. Establishes a connection for the client. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico CreateRemoteDirectory Infrastruttura. Creates a remote directory for the connection. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico DeleteFiles Infrastruttura. Deletes files for the client connection. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico DeleteRemoteDirectory Infrastruttura. Deletes the remote directory for the client connection. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico GetListing Infrastruttura. Gets the listing for the client connection. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico GetWorkingDirectory Infrastruttura. Gets the working directory for the client connection. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico ReceiveFiles Infrastruttura. Receives files from a remote location.. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico SendFiles Infrastruttura. Send files to a remote location. Ereditato da IDTSFtpClientConnection100.
Metodo pubblico SetWorkingDirectory Infrastruttura. Sets the working directory for the client connection. Ereditato da IDTSFtpClientConnection100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper