DbBatch.BatchCommands 속성

정의

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

public:
 property System::Data::Common::DbBatchCommandCollection ^ BatchCommands { System::Data::Common::DbBatchCommandCollection ^ get(); };
public System.Data.Common.DbBatchCommandCollection BatchCommands { get; }
member this.BatchCommands : System.Data.Common.DbBatchCommandCollection
Public ReadOnly Property BatchCommands As DbBatchCommandCollection

속성 값

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

적용 대상