SqlSchemaElementCollection 클래스

정의

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)
상속
SqlSchemaElementCollection

속성

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

적용 대상