SqlCommonTableExpressionCollection 类

定义

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlCommonTableExpressionCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCommonTableExpression>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlCommonTableExpressionCollection = class
    inherit SqlCollection<SqlCommonTableExpression>
Public Class SqlCommonTableExpressionCollection
Inherits SqlCollection(Of SqlCommonTableExpression)
继承
SqlCommonTableExpressionCollection
属性

属性

名称 说明
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>)

适用于