语言

ConnectionManagerFtpClass 类

定义

表示连接管理器的FTP类。

public ref class ConnectionManagerFtpClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFtp, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")]
public class ConnectionManagerFtpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("77C54CF7-5EC5-410D-8CC6-5D66B9D49C02")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("A39B653A-5D92-44A7-8E22-45F19C4B0088")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("377320F5-0E73-4C9D-BE47-C80596F067AD")>]
type ConnectionManagerFtpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFtp
    interface IDTSConnectionManagerFtp100
Public Class ConnectionManagerFtpClass
Implements ConnectionManagerFtp, IDTSConnectionManagerFtp100
继承
ConnectionManagerFtpClass
属性
实现

注解

有关详细信息,请参阅 ConnectionManager

构造函数

名称 说明
ConnectionManagerFtpClass()

初始化 ConnectionManagerFtpClass 类的新实例。

属性

名称 说明
ChunkSize

获取或设置最小的检索或发送字节数。

ConnectionString

获取或设置用于建立与数据源连接的连接字符串。

ProtectionLevel

获取或设置对包中包含的敏感数据执行的加密级别。

Retries

获取或设置任务尝试操作的次数。

Scope

获得或设定连接的范围。

ServerName

获取或设置FTP服务器的名称。

ServerPassword

设置服务器名称中指定的服务器密码。

ServerPort

获取或设置服务器上的端口号。

ServerUserName

获取或设置用户的登录别名。

SupportsDTCTransactions

获得一个值,表示连接是否支持DTC事务。

Timeout

获取或设置一个值,表示尝试连接的时间长度后会超时。

UsePassiveMode

获取或设置一个值,指示任务是否以被动模式发送和接收文件。

方法

名称 说明
AcquireConnection(Object)

创建连接类型的实例。

ReleaseConnection(Object)

释放连接。

SetQualifier(String)

在连接管理器上设置一个限定符。

Validate(IDTSInfoEvents100)

验证配置。

适用于