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
Metodo pubblico FTPClientConnection100Class Infrastruttura. Initializes a new instance of the FTPClientConnection100Class class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ChunkSize Infrastruttura. Gets or sets the amount of data in bytes for the data transfer.
Proprietà pubblica Retries Infrastruttura. Gets or sets the number of times the task attempts an operation.
Proprietà pubblica ServerName Infrastruttura. Gets or sets the name of the FTP server.
Proprietà pubblica ServerPassword Infrastruttura. Gets or sets the password for authentication.
Proprietà pubblica ServerPort Infrastruttura. Gets or sets the FTP server port.
Proprietà pubblica ServerUserName Infrastruttura. Gets or sets the logon alias of the user.
Proprietà pubblica Timeout Infrastruttura. Gets or sets a value that indicates how long to attempt the connection before timing out.
Proprietà pubblica UsePassiveMode Infrastruttura. Gets or sets a value that indicates whether the task sends and receives files in passive mode.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Close Closes connection to the FTP server.
Metodo pubblico Connect Infrastruttura. Attempts to establish a connection to FTP server.
Metodo pubblico CreateRemoteDirectory Infrastruttura. Creates the specified folder on the FTP server.
Metodo pubblico DeleteFiles Infrastruttura. Deletes the list of files on the FTP server.
Metodo pubblico DeleteRemoteDirectory Infrastruttura. Deletes the specified folder on the FTP server.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetListing Infrastruttura. Gets a listing of files on the current working directory.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetWorkingDirectory Infrastruttura. Gets the current working directory.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ReceiveFiles Infrastruttura. Receives the files from the FTP server.
Metodo pubblico SendFiles Infrastruttura. Sends the files from the local computer to the FTP server.
Metodo pubblico SetWorkingDirectory Infrastruttura. Sets the current working directory to the specified path.
Metodo pubblico 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.

Vedere anche

Riferimento

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