DbCommand.Connection プロパティ

定義

この DbConnection により使用される DbCommand を取得または設定します。

public:
 property System::Data::Common::DbConnection ^ Connection { System::Data::Common::DbConnection ^ get(); void set(System::Data::Common::DbConnection ^ value); };
public System.Data.Common.DbConnection Connection { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Data.Common.DbConnection? Connection { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Data.Common.DbConnection Connection { get; set; }
member this.Connection : System.Data.Common.DbConnection with get, set
[<System.ComponentModel.Browsable(false)>]
member this.Connection : System.Data.Common.DbConnection with get, set
Public Property Connection As DbConnection

プロパティ値

データ ソースへの接続です。

属性

適用対象

こちらもご覧ください