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,檔案的連線管理器

關於整合服務中包含的完整連線管理器及其相關名稱,請參見 「程式化新增連接」。

適用於