다음을 통해 공유


DbBatch.Connection 속성

정의

DbConnection에서 사용하는 DbBatch을 가져오거나 설정합니다.

public:
 property System::Data::Common::DbConnection ^ Connection { System::Data::Common::DbConnection ^ get(); void set(System::Data::Common::DbConnection ^ value); };
public System.Data.Common.DbConnection? Connection { get; set; }
member this.Connection : System.Data.Common.DbConnection with get, set
Public Property Connection As DbConnection

속성 값

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

적용 대상