다음을 통해 공유


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

속성 값

데이터 원본에 대한 연결입니다.

적용 대상