SqlColumnRefExpressionCollection 클래스

정의

public class SqlColumnRefExpressionCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlColumnRefExpression>
type SqlColumnRefExpressionCollection = class
    inherit SqlCollection<SqlColumnRefExpression>
Public Class SqlColumnRefExpressionCollection
Inherits SqlCollection(Of SqlColumnRefExpression)
상속
SqlColumnRefExpressionCollection

속성

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>)

적용 대상