DbBatch.DbConnection 属性

定义

当在派生类中重写时,获取或设置此 DbBatch 使用的 DbConnection

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

属性值

DbConnection

与数据源的连接。

适用于