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


Интерфейс IDTSFtpClientConnection100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the interface for the FTP Client Connection.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface IDTSFtpClientConnection100
'Применение
Dim instance As IDTSFtpClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type IDTSFtpClientConnection100 =  interface end
public interface IDTSFtpClientConnection100

Тип IDTSFtpClientConnection100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ChunkSize Инфраструктура. Gets or sets the size of the chunk.
Открытое свойство Retries Инфраструктура. Gets or sets the number of times that the FTP client retried connecting.
Открытое свойство ServerName Инфраструктура. Gets or sets the name of the server.
Открытое свойство ServerPassword Инфраструктура. Sets the server password.
Открытое свойство ServerPort Инфраструктура. Gets or sets the server port used in the connection.
Открытое свойство ServerUserName Инфраструктура. Gets or sets the user name for the server.
Открытое свойство Timeout Инфраструктура. Gets or sets the time out for the connection.
Открытое свойство UsePassiveMode Инфраструктура. Gets or sets whether the client connection uses passive mode.

В начало

Методы

  Имя Описание
Открытый метод Close Инфраструктура. Closes the client connection.
Открытый метод Connect Инфраструктура. Establishes a connection for the client.
Открытый метод CreateRemoteDirectory Инфраструктура. Creates a remote directory for the connection.
Открытый метод DeleteFiles Инфраструктура. Deletes files for the client connection.
Открытый метод DeleteRemoteDirectory Инфраструктура. Deletes the remote directory for the client connection.
Открытый метод GetListing Инфраструктура. Gets the listing for the client connection.
Открытый метод GetWorkingDirectory Инфраструктура. Gets the working directory for the client connection.
Открытый метод ReceiveFiles Инфраструктура. Receives files from a remote location..
Открытый метод SendFiles Инфраструктура. Send files to a remote location.
Открытый метод SetWorkingDirectory Инфраструктура. Sets the working directory for the client connection.

В начало

См. также

Справочник

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