IDTSConnectionManagerFtp100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see ConnectionManagerFtpClass.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")> _
Public Interface IDTSConnectionManagerFtp100
用法
Dim instance As IDTSConnectionManagerFtp100
[GuidAttribute("D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")]
public interface IDTSConnectionManagerFtp100
[GuidAttribute(L"D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")]
public interface class IDTSConnectionManagerFtp100
[<GuidAttribute("D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")>]
type IDTSConnectionManagerFtp100 =  interface end
public interface IDTSConnectionManagerFtp100

IDTSConnectionManagerFtp100 类型公开以下成员。

属性

  名称 说明
公共属性 ChunkSize 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 Retries 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 ServerName 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 ServerPassword 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 ServerPort 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 ServerUserName 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 Timeout 基础结构。For more information, see ConnectionManagerFtpClass.
公共属性 UsePassiveMode 基础结构。For more information, see ConnectionManagerFtpClass.

页首