次の方法で共有


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

プロパティ値

接続の作成に使用する接続マネージャーの名前を含む 文字列

属性

注釈

Integration Services には、多くの接続マネージャーの種類が含まれています。 以下にその一部を示します。

  • ADO: ActiveX Data Objects (ADO) の接続マネージャー

  • ADO.NET: ADO.NET の接続マネージャー

  • FILE: ファイルの接続マネージャー

Integration Services に含まれる接続マネージャーとその関連する名前の完全な一覧については、「 プログラムによる接続の追加」を参照してください。

適用対象