SqlSchemaElementCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class SqlSchemaElementCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlStatement>
type SqlSchemaElementCollection = class
inherit SqlCollection<SqlStatement>
Public Class SqlSchemaElementCollection
Inherits SqlCollection(Of SqlStatement)
- 继承
属性
| 名称 | 说明 |
|---|---|
| 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>) |