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 | |
---|---|---|
FTPClientConnection100Class | Infrastruktur Initializes a new instance of the FTPClientConnection100Class class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ChunkSize | Infrastruktur Gets or sets the amount of data in bytes for the data transfer. | |
Retries | Infrastruktur Gets or sets the number of times the task attempts an operation. | |
ServerName | Infrastruktur Gets or sets the name of the FTP server. | |
ServerPassword | Infrastruktur Gets or sets the password for authentication. | |
ServerPort | Infrastruktur Gets or sets the FTP server port. | |
ServerUserName | Infrastruktur Gets or sets the logon alias of the user. | |
Timeout | Infrastruktur Gets or sets a value that indicates how long to attempt the connection before timing out. | |
UsePassiveMode | Infrastruktur Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Close | Closes connection to the FTP server. | |
Connect | Infrastruktur Attempts to establish a connection to FTP server. | |
CreateRemoteDirectory | Infrastruktur Creates the specified folder on the FTP server. | |
DeleteFiles | Infrastruktur Deletes the list of files on the FTP server. | |
DeleteRemoteDirectory | Infrastruktur Deletes the specified folder on the FTP server. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetListing | Infrastruktur Gets a listing of files on the current working directory. | |
GetType | (Geerbt von Object.) | |
GetWorkingDirectory | Infrastruktur Gets the current working directory. | |
MemberwiseClone | (Geerbt von Object.) | |
ReceiveFiles | Infrastruktur Receives the files from the FTP server. | |
SendFiles | Infrastruktur Sends the files from the local computer to the FTP server. | |
SetWorkingDirectory | Infrastruktur Sets the current working directory to the specified path. | |
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.