Interfaccia IDTSFtpClientConnection100

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

Represents the interface for the FTP Client Connection.

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 IDTSFtpClientConnection100
'Utilizzo
Dim instance As IDTSFtpClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type IDTSFtpClientConnection100 =  interface end
public interface IDTSFtpClientConnection100

Nel tipo IDTSFtpClientConnection100 sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

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

In alto

Vedere anche

Riferimento

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