SqlBatchCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[System.Runtime.InteropServices.ComVisible(false)]
public class SqlBatchCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlBatch>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlBatchCollection = class
inherit SqlCollection<SqlBatch>
Public Class SqlBatchCollection
Inherits SqlCollection(Of SqlBatch)
- 继承
- 属性
属性
| 名称 | 说明 |
|---|---|
| Count | (继承自 SqlCollection<T>) |
| IsReadOnly | (继承自 SqlCollection<T>) |
| Item[Int32] | (继承自 SqlCollection<T>) |
方法
| 名称 | 说明 |
|---|---|
| Contains(T) | (继承自 SqlCollection<T>) |
| CopyTo(T[], Int32) | (继承自 SqlCollection<T>) |
| GetEnumerator() | (继承自 SqlCollection<T>) |
| IndexOf(T) | (继承自 SqlCollection<T>) |
显式接口实现
| 名称 | 说明 |
|---|---|
| IEnumerable.GetEnumerator() | (继承自 SqlCollection<T>) |