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 | |
---|---|---|
ChunkSize | Infrastruttura. Gets or sets the size of the chunk. Ereditato da IDTSFtpClientConnection100. | |
Retries | Infrastruttura. Gets or sets the number of times that the FTP client retried connecting. Ereditato da IDTSFtpClientConnection100. | |
ServerName | Infrastruttura. Gets or sets the name of the server. Ereditato da IDTSFtpClientConnection100. | |
ServerPassword | Infrastruttura. Sets the server password. Ereditato da IDTSFtpClientConnection100. | |
ServerPort | Infrastruttura. Gets or sets the server port used in the connection. Ereditato da IDTSFtpClientConnection100. | |
ServerUserName | Infrastruttura. Gets or sets the user name for the server. Ereditato da IDTSFtpClientConnection100. | |
Timeout | Infrastruttura. Gets or sets the time out for the connection. Ereditato da IDTSFtpClientConnection100. | |
UsePassiveMode | Infrastruttura. Gets or sets whether the client connection uses passive mode. Ereditato da IDTSFtpClientConnection100. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Close | Infrastruttura. Closes the client connection. Ereditato da IDTSFtpClientConnection100. | |
Connect | Infrastruttura. Establishes a connection for the client. Ereditato da IDTSFtpClientConnection100. | |
CreateRemoteDirectory | Infrastruttura. Creates a remote directory for the connection. Ereditato da IDTSFtpClientConnection100. | |
DeleteFiles | Infrastruttura. Deletes files for the client connection. Ereditato da IDTSFtpClientConnection100. | |
DeleteRemoteDirectory | Infrastruttura. Deletes the remote directory for the client connection. Ereditato da IDTSFtpClientConnection100. | |
GetListing | Infrastruttura. Gets the listing for the client connection. Ereditato da IDTSFtpClientConnection100. | |
GetWorkingDirectory | Infrastruttura. Gets the working directory for the client connection. Ereditato da IDTSFtpClientConnection100. | |
ReceiveFiles | Infrastruttura. Receives files from a remote location.. Ereditato da IDTSFtpClientConnection100. | |
SendFiles | Infrastruttura. Send files to a remote location. Ereditato da IDTSFtpClientConnection100. | |
SetWorkingDirectory | Infrastruttura. Sets the working directory for the client connection. Ereditato da IDTSFtpClientConnection100. |
In alto