DbBatch.Connection プロパティ

定義

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

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; }
member this.Connection : System.Data.Common.DbConnection with get, set
Public Property Connection As DbConnection

プロパティ値

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

適用対象