IDTSFTPTask.Connection 属性

定义

此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置该任务使用的 FTP 连接管理器的连接名称。

public:
 property System::String ^ Connection { System::String ^ get(); void set(System::String ^ value); };
public string Connection { get; set; }
member this.Connection : string with get, set
Public Property Connection As String

属性值

FTP 连接管理器的连接名称。

适用于