SqlBatch.DbConnection プロパティ

定義

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

protected:
 virtual property System::Data::Common::DbConnection ^ DbConnection { System::Data::Common::DbConnection ^ get(); void set(System::Data::Common::DbConnection ^ value); };
protected override System.Data.Common.DbConnection DbConnection { get; set; }
member this.DbConnection : System.Data.Common.DbConnection with get, set
Protected Overrides Property DbConnection As DbConnection

プロパティ値

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

適用対象