语言

IDTSProperty100.ConnectionType 属性

定义

获取创建连接时使用的连接管理器名称。

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

属性值

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

属性

注解

有关详细信息,请参阅 DtsProperty

适用于