Classe FTPClientConnection100Class
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Provides properties and methods for an FTP client task.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class FTPClientConnection100Class _
Implements IDTSFtpClientConnection100, FTPClientConnection100
'Utilizzo
Dim instance As FTPClientConnection100Class
[GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class FTPClientConnection100Class : IDTSFtpClientConnection100,
FTPClientConnection100
[GuidAttribute(L"33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100,
FTPClientConnection100
[<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type FTPClientConnection100Class =
class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
end
public class FTPClientConnection100Class implements IDTSFtpClientConnection100, FTPClientConnection100
Nel tipo FTPClientConnection100Class sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
FTPClientConnection100Class | Infrastruttura. Initializes a new instance of the FTPClientConnection100Class class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ChunkSize | Infrastruttura. Gets or sets the amount of data in bytes for the data transfer. | |
Retries | Infrastruttura. Gets or sets the number of times the task attempts an operation. | |
ServerName | Infrastruttura. Gets or sets the name of the FTP server. | |
ServerPassword | Infrastruttura. Gets or sets the password for authentication. | |
ServerPort | Infrastruttura. Gets or sets the FTP server port. | |
ServerUserName | Infrastruttura. Gets or sets the logon alias of the user. | |
Timeout | Infrastruttura. Gets or sets a value that indicates how long to attempt the connection before timing out. | |
UsePassiveMode | Infrastruttura. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Close | Closes connection to the FTP server. | |
Connect | Infrastruttura. Attempts to establish a connection to FTP server. | |
CreateRemoteDirectory | Infrastruttura. Creates the specified folder on the FTP server. | |
DeleteFiles | Infrastruttura. Deletes the list of files on the FTP server. | |
DeleteRemoteDirectory | Infrastruttura. Deletes the specified folder on the FTP server. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetListing | Infrastruttura. Gets a listing of files on the current working directory. | |
GetType | Ereditato da Object. | |
GetWorkingDirectory | Infrastruttura. Gets the current working directory. | |
MemberwiseClone | Ereditato da Object. | |
ReceiveFiles | Infrastruttura. Receives the files from the FTP server. | |
SendFiles | Infrastruttura. Sends the files from the local computer to the FTP server. | |
SetWorkingDirectory | Infrastruttura. Sets the current working directory to the specified path. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.