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