다음을 통해 공유


SqlBatch.DbBatchCommands 속성

정의

SqlBatchCommand 개체의 컬렉션을 가져옵니다.

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

속성 값

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

적용 대상