IDTSConnectionManager100.ConnectionString プロパティ

定義

データソースへの接続を確立するために使われる接続文字列を取得したり設定したりします。

public:
 property System::String ^ ConnectionString { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string ConnectionString { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.ConnectionString : string with get, set
Public Property ConnectionString As String

プロパティ値

接続文字列 の値を含む String。

属性

適用対象