Интерфейс FTPClientConnection100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
For more information, see IDTSFtpClientConnection100.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
'Применение
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =
interface
interface IDTSFtpClientConnection100
end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100
Тип FTPClientConnection100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
ChunkSize | Инфраструктура. Gets or sets the size of the chunk. (Производный от IDTSFtpClientConnection100.) | |
Retries | Инфраструктура. Gets or sets the number of times that the FTP client retried connecting. (Производный от IDTSFtpClientConnection100.) | |
ServerName | Инфраструктура. Gets or sets the name of the server. (Производный от IDTSFtpClientConnection100.) | |
ServerPassword | Инфраструктура. Sets the server password. (Производный от IDTSFtpClientConnection100.) | |
ServerPort | Инфраструктура. Gets or sets the server port used in the connection. (Производный от IDTSFtpClientConnection100.) | |
ServerUserName | Инфраструктура. Gets or sets the user name for the server. (Производный от IDTSFtpClientConnection100.) | |
Timeout | Инфраструктура. Gets or sets the time out for the connection. (Производный от IDTSFtpClientConnection100.) | |
UsePassiveMode | Инфраструктура. Gets or sets whether the client connection uses passive mode. (Производный от IDTSFtpClientConnection100.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Close | Инфраструктура. Closes the client connection. (Производный от IDTSFtpClientConnection100.) | |
Connect | Инфраструктура. Establishes a connection for the client. (Производный от IDTSFtpClientConnection100.) | |
CreateRemoteDirectory | Инфраструктура. Creates a remote directory for the connection. (Производный от IDTSFtpClientConnection100.) | |
DeleteFiles | Инфраструктура. Deletes files for the client connection. (Производный от IDTSFtpClientConnection100.) | |
DeleteRemoteDirectory | Инфраструктура. Deletes the remote directory for the client connection. (Производный от IDTSFtpClientConnection100.) | |
GetListing | Инфраструктура. Gets the listing for the client connection. (Производный от IDTSFtpClientConnection100.) | |
GetWorkingDirectory | Инфраструктура. Gets the working directory for the client connection. (Производный от IDTSFtpClientConnection100.) | |
ReceiveFiles | Инфраструктура. Receives files from a remote location.. (Производный от IDTSFtpClientConnection100.) | |
SendFiles | Инфраструктура. Send files to a remote location. (Производный от IDTSFtpClientConnection100.) | |
SetWorkingDirectory | Инфраструктура. Sets the working directory for the client connection. (Производный от IDTSFtpClientConnection100.) |
В начало