DbCommand.IDbCommand.Connection Özellik

Tanım

öğesinin IDbConnection bu örneği tarafından kullanılan öğesini IDbCommandalır veya ayarlar.

property System::Data::IDbConnection ^ System::Data::IDbCommand::Connection { System::Data::IDbConnection ^ get(); void set(System::Data::IDbConnection ^ value); };
System.Data.IDbConnection? System.Data.IDbCommand.Connection { get; set; }
System.Data.IDbConnection System.Data.IDbCommand.Connection { get; set; }
member this.System.Data.IDbCommand.Connection : System.Data.IDbConnection with get, set
 Property Connection As IDbConnection Implements IDbCommand.Connection

Özellik Değeri

Veri kaynağına bağlantı.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. Connection.

Şunlara uygulanır

Ayrıca bkz.