Freigeben über


FTPClientConnection100Class-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Provides properties and methods for an FTP client task.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class FTPClientConnection100Class _
    Implements IDTSFtpClientConnection100, FTPClientConnection100
'Usage
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

Der FTPClientConnection100Class-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode FTPClientConnection100Class Infrastruktur Initializes a new instance of the FTPClientConnection100Class class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Close Closes connection to the FTP server.
Öffentliche Methode Connect Infrastruktur Attempts to establish a connection to FTP server.
Öffentliche Methode CreateRemoteDirectory Infrastruktur Creates the specified folder on the FTP server.
Öffentliche Methode DeleteFiles Infrastruktur Deletes the list of files on the FTP server.
Öffentliche Methode DeleteRemoteDirectory Infrastruktur Deletes the specified folder on the FTP server.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetListing Infrastruktur Gets a listing of files on the current working directory.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetWorkingDirectory Infrastruktur Gets the current working directory.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ReceiveFiles Infrastruktur Receives the files from the FTP server.
Öffentliche Methode SendFiles Infrastruktur Sends the files from the local computer to the FTP server.
Öffentliche Methode SetWorkingDirectory Infrastruktur Sets the current working directory to the specified path.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace