SqlCollection<T> 類別

定義

public class SqlCollection<T> : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.ISqlCodeCollection<T>, System.Collections.Generic.IEnumerable<T> where T : SqlCodeObject
type SqlCollection<'T (requires 'T :> SqlCodeObject)> = class
    interface ISqlCodeCollection<'T (requires 'T :> SqlCodeObject)>
    interface seq<'T (requires 'T :> SqlCodeObject)>
    interface IEnumerable
Public Class SqlCollection(Of T)
Implements IEnumerable(Of T), ISqlCodeCollection(Of T)

類型參數

T
繼承
SqlCollection<T>
衍生
實作

屬性

名稱 Description
Count
IsReadOnly
Item[Int32]

方法

名稱 Description
Contains(T)
CopyTo(T[], Int32)
GetEnumerator()
IndexOf(T)

明確介面實作

名稱 Description
IEnumerable.GetEnumerator()

適用於