IDTSConnectionInfo100.ConnectionType 属性

定义

public:
 property System::String ^ ConnectionType { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743813)]
public string ConnectionType { [System.Runtime.InteropServices.DispId(1610743813)] get; }
[<System.Runtime.InteropServices.DispId(1610743813)>]
[<get: System.Runtime.InteropServices.DispId(1610743813)>]
member this.ConnectionType : string
Public ReadOnly Property ConnectionType As String

属性值

一个包含创建连接的连接管理器名称的 字符串

属性

注解

集成服务包含多种连接管理器类型。 以下是部分列表:

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

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

  • FILE,文件连接管理器

有关集成服务中包含的连接管理器及其相关名称的完整列表,请参见 “程序性添加连接”。

适用于