DtsProperty.ConnectionType 属性

定义

返回连接管理器用于创建连接的名称。 此字段为只读。

public:
 property System::String ^ ConnectionType { System::String ^ get(); };
public string ConnectionType { get; }
member this.ConnectionType : string
Public ReadOnly Property ConnectionType As String

属性值

一个字符串,其中包含用于创建连接的连接管理器的名称。 如果对象不是连接管理器,则为 null。

注解

Integration Services (SSIS) 中包含的连接管理器类型的部分列表包括:

  • ADO,ActiveX 数据对象的连接管理器 (ADO)

  • ADO.NET,用于 ADO.NET 的连接管理器

  • FILE,文件的连接管理器

有关 SSIS 及其关联名称中包含的连接管理器的完整列表,请参阅 以编程方式添加连接

适用于