Microsoft.SqlServer.FtpTask
此命名空间包含创建文件传输协议 (FTP) 任务所需的成员。
列出 FTP 任务的预定义操作集。
删除本地计算机上的文件。
删除 FTP 服务器上的文件。
在本地计算机上创建目录。
在 FTP 服务器上创建目录。
将文件从 FTP 服务器保存到本地计算机。
删除本地计算机上的目录。
删除 FTP 服务器上的目录。
将文件从本地计算机发送到 FTP 服务器。
下载和上载数据文件,并管理服务器上的目录。无法继承此类。
初始化 类的新实例。
将 传递给某一任务。此方法由运行时调用,在代码中未使用。
The breakpoint manager specific for this task.
运行任务。
A value from the enumeration.
A collection of connections used by the task.
A object for locking variables.
An object that implements the interface.
An object that implements the interface.
The transaction object that the container is a part of. This value can be null.
初始化与该任务相关联的属性。此方法由运行时调用,在代码中未使用。
A collection of connections used by the task.
A object for locking variables.
An object that implements the interface.
An object that implements the interface.
A collection that contains events to be raised during execution of the task.
A collection of log entries.
An object reference tracker.
此方法不能由应用程序代码调用。若要加载保存为 .xml 的包,请使用 方法。
The node that contains the information to be loaded.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
暂停后恢复执行任务。由运行时引擎恢复任务或容器。
此方法不能由应用程序代码调用。若将包保存为 .xml,请使用 方法。
The XML document to which to save the information.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
指示可执行文件需要挂起。运行时引擎调用此方法。
验证该组件已正确配置。
A value from the enumeration.
A collection of connections used by the task.
A object for locking variables.
An object that implements the interface.
An object that implements the interface.
获取或设置该任务使用的 FTP 连接管理器的连接名称。
The connection name of the FTP connection manager.
指示某一任务是否应检查断点启用与否。
true if the task should check if breakpoints are enabled; false if the task can skip checking for breakpoints.
返回用户定义对象。该属性为只读。
A user-defined object.
指示本地路径是存储在变量中还是 FILE 连接管理器中。
true if the destination path is stored in a variable. false if the destination path is specified in a FILE connection manager.
指示远程路径是否存储在变量中。
true if the destination path is stored in a variable; false if the destination path is specified in a File connection manager.
指示是否应在 ASCII 模式下传输从远程 FTP 服务器传输来的文件和传输到远程 FTP 服务器上的文件。
true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.
获取或设置要使用的本地路径。本地路径可以引用 FILE 连接管理器或变量名称。
A String that contains the local path.
获取或设置来自 枚举的一个值,该值指示要执行的 FTP 操作。
A value from the enumeration.
获取或设置文件传输协议 (FTP) 任务的唯一名称。
A String that contains a unique name for the File Transfer Protocol (FTP) task.
指定是否可以覆盖目标位置中的文件。
true if the file at the destination can be overwritten with new data.
获取或设置要使用的远程路径。
A String that contains the remote path.
指示在 FTP 操作失败时文件传输协议 (FTP) 任务是否终止。
true if the FTP task terminates when the FTP operation fails.
获取或设置一个布尔值,该值指示在遇到断点时任务是否应挂起。遇到断点时,将由任务和容器的运行时引擎设置此值。
true if the task suspends.