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
특성

속성

Name Description
Count (다음에서 상속됨 SqlCollection<T>)
IsReadOnly (다음에서 상속됨 SqlCollection<T>)
Item[Int32] (다음에서 상속됨 SqlCollection<T>)

메서드

Name Description
Contains(T) (다음에서 상속됨 SqlCollection<T>)
CopyTo(T[], Int32) (다음에서 상속됨 SqlCollection<T>)
GetEnumerator() (다음에서 상속됨 SqlCollection<T>)
IndexOf(T) (다음에서 상속됨 SqlCollection<T>)

명시적 인터페이스 구현

Name Description
IEnumerable.GetEnumerator() (다음에서 상속됨 SqlCollection<T>)

적용 대상