DbCommand.DbConnection 屬性

定義

得到或設定 由 DbConnection 所使用 DbCommand

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

屬性值

與資料來源的連結。

適用於

另請參閱