Поделиться через


Интерфейс 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.)

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper