Compartilhar via


SqlBatch.DbConnection Propriedade

Definição

Obtém ou define o DbConnection usado pelo 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

Valor da propriedade

A conexão com a fonte de dados.

Aplica-se a