DbCommand.IDbCommand.Connection 속성

정의

IDbCommand의 이 인스턴스에서 사용되는 IDbConnection을 가져오거나 설정합니다.

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

속성 값

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

구현

설명

자세한 내용은 Connection를 참조하세요.

적용 대상

추가 정보