SqlBatchCommandCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 포함된 인스턴스의 SqlBatchCommand컬렉션입니다 SqlBatch.
public ref class SqlBatchCommandCollection : System::Data::Common::DbBatchCommandCollection, System::Collections::Generic::ICollection<Microsoft::Data::SqlClient::SqlBatchCommand ^>, System::Collections::Generic::IEnumerable<Microsoft::Data::SqlClient::SqlBatchCommand ^>, System::Collections::Generic::IList<Microsoft::Data::SqlClient::SqlBatchCommand ^>
public class SqlBatchCommandCollection : System.Data.Common.DbBatchCommandCollection, System.Collections.Generic.ICollection<Microsoft.Data.SqlClient.SqlBatchCommand>, System.Collections.Generic.IEnumerable<Microsoft.Data.SqlClient.SqlBatchCommand>, System.Collections.Generic.IList<Microsoft.Data.SqlClient.SqlBatchCommand>
type SqlBatchCommandCollection = class
inherit DbBatchCommandCollection
interface ICollection<SqlBatchCommand>
interface seq<SqlBatchCommand>
interface IEnumerable
interface IList<SqlBatchCommand>
Public Class SqlBatchCommandCollection
Inherits DbBatchCommandCollection
Implements ICollection(Of SqlBatchCommand), IEnumerable(Of SqlBatchCommand), IList(Of SqlBatchCommand)
- 상속
-
SqlBatchCommandCollection
- 구현
생성자
SqlBatchCommandCollection() |
에 포함된 인스턴스의 SqlBatchCommand컬렉션입니다 SqlBatch. |
속성
Count |
ICollection<T>에 포함된 요소 수를 가져옵니다. |
IsReadOnly |
컬렉션이 읽기 전용인지 여부를 지정합니다. |
Item[Int32] |
지정된 인덱스에서 요소를 가져오거나 설정합니다. |
메서드
명시적 인터페이스 구현
IEnumerable.GetEnumerator() |
에 포함된 인스턴스의 SqlBatchCommand컬렉션입니다 SqlBatch. |
IEnumerable<SqlBatchCommand>.GetEnumerator() |
에 포함된 인스턴스의 SqlBatchCommand컬렉션입니다 SqlBatch. |
IList<SqlBatchCommand>.Item[Int32] |
지정된 인덱스에서 요소를 가져오거나 설정합니다. |