Share via


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

屬性值

資料來源的連接。

適用於