Share via


DbBatch.DbBatchCommands 속성

정의

파생 클래스에서 재정의되는 경우 DbBatchCommand 개체의 컬렉션을 가져옵니다.

protected:
 abstract property System::Data::Common::DbBatchCommandCollection ^ DbBatchCommands { System::Data::Common::DbBatchCommandCollection ^ get(); };
protected abstract System.Data.Common.DbBatchCommandCollection DbBatchCommands { get; }
member this.DbBatchCommands : System.Data.Common.DbBatchCommandCollection
Protected MustOverride ReadOnly Property DbBatchCommands As DbBatchCommandCollection

속성 값

일괄 처리 내에 포함된 명령입니다.

적용 대상