Share via


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」を参照してください。

適用対象