Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides properties and methods for an FTP client task.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class FTPClientConnection100Class _
Implements IDTSFtpClientConnection100, FTPClientConnection100
'Применение
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
Тип FTPClientConnection100Class обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
FTPClientConnection100Class | Инфраструктура. Initializes a new instance of the FTPClientConnection100Class class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ChunkSize | Инфраструктура. Gets or sets the amount of data in bytes for the data transfer. |
![]() |
Retries | Инфраструктура. Gets or sets the number of times the task attempts an operation. |
![]() |
ServerName | Инфраструктура. Gets or sets the name of the FTP server. |
![]() |
ServerPassword | Инфраструктура. Gets or sets the password for authentication. |
![]() |
ServerPort | Инфраструктура. Gets or sets the FTP server port. |
![]() |
ServerUserName | Инфраструктура. Gets or sets the logon alias of the user. |
![]() |
Timeout | Инфраструктура. Gets or sets a value that indicates how long to attempt the connection before timing out. |
![]() |
UsePassiveMode | Инфраструктура. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Close | Closes connection to the FTP server. |
![]() |
Connect | Инфраструктура. Attempts to establish a connection to FTP server. |
![]() |
CreateRemoteDirectory | Инфраструктура. Creates the specified folder on the FTP server. |
![]() |
DeleteFiles | Инфраструктура. Deletes the list of files on the FTP server. |
![]() |
DeleteRemoteDirectory | Инфраструктура. Deletes the specified folder on the FTP server. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetListing | Инфраструктура. Gets a listing of files on the current working directory. |
![]() |
GetType | (Производный от Object.) |
![]() |
GetWorkingDirectory | Инфраструктура. Gets the current working directory. |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ReceiveFiles | Инфраструктура. Receives the files from the FTP server. |
![]() |
SendFiles | Инфраструктура. Sends the files from the local computer to the FTP server. |
![]() |
SetWorkingDirectory | Инфраструктура. Sets the current working directory to the specified path. |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.