IDTSConnectionInfo100.ConnectionType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
属性值
一个 字符串 ,其中包含用于创建连接的连接管理器的名称。
- 属性
注解
Integration Services 包含许多连接管理器类型。 下面是部分列表:
ADO,ActiveX 数据对象的连接管理器 (ADO)
ADO.NET,用于 ADO.NET 的连接管理器
FILE,文件的连接管理器
有关 Integration Services 及其关联名称中包含的连接管理器的完整列表,请参阅 以编程方式添加连接。