SqlIdentifierCollection 클래스

정의

[System.Runtime.InteropServices.ComVisible(false)]
public sealed class SqlIdentifierCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlIdentifier>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlIdentifierCollection = class
    inherit SqlCollection<SqlIdentifier>
Public NotInheritable Class SqlIdentifierCollection
Inherits SqlCollection(Of SqlIdentifier)
상속
SqlIdentifierCollection
특성

속성

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

적용 대상